COLOR #D2C48E

HEX: #D2C48E
RGB: (210,196,142)

Color info

#D2C48E contains mainly red and green colors. Web safe color of #D2C48E is #CCCC99 (or #CC9).

RGB color model

#D2C48E color RGB value is (210,196,142).

  • red value is 210;
  • green value is 196;
  • blue value is 142.
RGB: (210,196,142) (82%,77%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 196 of 255 = 77%
B 142 of 255 = 56%

210
196
142

R + G + B ~ 72%. #D2C48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 196 + 142 = 548 (100%)
R 210 of 548 ~ 38.32%
G 196 of 548 ~ 35.77%
B 142 of 548 ~ 25.91%

%38.32
%35.77
%25.91

CMYK color model

#D2C48E color CMYK value is (0,7,32,18).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 32.38%
  • key color value is 17.65%
CMYK: (0,7,32,18) C0M7Y32K18 (0%,7%,32%,18%) (0.00/0.07/0.32/0.18)

CMYK percentages

%0
%6.67
%32.38
%17.65

Codes

Color #D2C48E in popluar color models

D2C48E
RGB210196142
HSL48°43.04%69.02%
HSB/HSV48°32.38%82.35%
CMYK0.00%6.67%32.38%
17.65%

Color #D2C48E in popluar number systems.

HEXD2C48E
Decimal210196142
Binary110100101100010010001110
Octal322304216

Shades and tints

Shades of #D2C48E

#D2C48E
(210,196,142)
#BFB382
(191,179,130)
#ACA276
(172,162,118)
#99916A
(153,145,106)
#86805E
(134,128,94)
#736F52
(115,111,82)
#605E46
(96,94,70)
#4D4D3A
(77,77,58)
#3A3C2E
(58,60,46)
#272B22
(39,43,34)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #D2C48E

#D2C48E
(210,196,142)
#D6C998
(214,201,152)
#DACEA2
(218,206,162)
#DED3AC
(222,211,172)
#E2D8B6
(226,216,182)
#E6DDC0
(230,221,192)
#EAE2CA
(234,226,202)
#EEE7D4
(238,231,212)
#F2ECDE
(242,236,222)
#F6F1E8
(246,241,232)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C48E color. Also use rgb(210,196,142) instead hex code.

Text Font Color

.myTextColor { color: #D2C48E; }

<p style="color:#D2C48E">This sample text font color is #D2C48E.</p>

This text font color is #D2C48E.


Background Color

.myBgColor { background-color: #D2C48E; }

<div style="background-color:#D2C48E">Inner text</div>

This div background color is #D2C48E.


Border color

.myBorderColor { border: 1px solid #D2C48E; }

<div style="border:3px solid #D2C48E">Div</div>

This div border color is #D2C48E.


Opacity

.myOpacity80 { color: #D2C48E; opacity: 0.8; }

<p style="color:#D2C48E;opacity:0.8;">80%</p>

Text with #D2C48E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2C48E;}

<p style="text-shadow: 3px 3px 1px #D2C48E">Text here.</p>

This text has shadow with #D2C48E color.

.textShadow {text-shadow: 3px 3px 1px #D2C48E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2C48E, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2C48E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2C48E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2C48E, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2C48E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D2C48E; -webkit-box-shadow:	1px 1px 3px 2px #D2C48E; box-shadow:	1px 1px 3px 2px #D2C48E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D2C48E; -webkit-box-shadow: 1px 1px 3px 2px #D2C48E; box-shadow:1px 1px 3px 2px #D2C48E;">
Div content here</div>
This div box has shadow with color #D2C48E.

Preview

Color preview on black background

This text has color #D2C48E on black background.


Color preview on white background

This text has color #D2C48E on white background.



Black color preview on #D2C48E background

This text has black color on #D2C48E background.


White color preview on #D2C48E background

This text has white color on #D2C48E background.