COLOR #D4CA8C

HEX: #D4CA8C
RGB: (212,202,140)

Color info

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

RGB color model

#D4CA8C color RGB value is (212,202,140).

  • red value is 212;
  • green value is 202;
  • blue value is 140.
RGB:
(212,202,140)
(83%,79%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 140 of 255 = 55%

212
202
140

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

Portions of RGB colors in percentages

R + G + B =
212 + 202 + 140 = 554 (100%)
R 212 of 554 ~ 38.27%
G 202 of 554 ~ 36.46%
B 140 of 554 ~ 25.27%

%38.27
%36.46
%25.27

CMYK color model

#D4CA8C color CMYK value is (0,5,34,17).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 33.96%
  • key color value is 16.86%
CMYK:
(0,5,34,17)
C0M5Y34K17 
(0%,5%,34%,17%)
(0.00/0.05/0.34/0.17)	

CMYK percentages

%0
%4.72
%33.96
%16.86

Codes

Color #D4CA8C in popluar color models

D4CA8C
RGB212202140
HSL52°45.57%69.02%
HSB/HSV52°33.96%83.14%
CMYK0.00%4.72%33.96%
16.86%

Color #D4CA8C in popluar number systems.

HEXD4CA8C
Decimal212202140
Binary110101001100101010001100
Octal324312214

Shades and tints

Shades of #D4CA8C

#D4CA8C
(212,202,140)
#C1B880
(193,184,128)
#AEA674
(174,166,116)
#9B9468
(155,148,104)
#88825C
(136,130,92)
#757050
(117,112,80)
#625E44
(98,94,68)
#4F4C38
(79,76,56)
#3C3A2C
(60,58,44)
#292820
(41,40,32)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D4CA8C

#D4CA8C
(212,202,140)
#D7CE96
(215,206,150)
#DAD2A0
(218,210,160)
#DDD6AA
(221,214,170)
#E0DAB4
(224,218,180)
#E3DEBE
(227,222,190)
#E6E2C8
(230,226,200)
#E9E6D2
(233,230,210)
#ECEADC
(236,234,220)
#EFEEE6
(239,238,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CA8C color. Also use rgb(212,202,140) instead hex code.

Text Font Color

.myTextColor { color: #D4CA8C; }

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

This text font color is #D4CA8C.


Background Color

.myBgColor { background-color: #D4CA8C; }

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

This div background color is #D4CA8C.


Border color

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

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

This div border color is #D4CA8C.


Opacity

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

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

Text with #D4CA8C 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 #D4CA8C;}

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

This text has shadow with #D4CA8C color.

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

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

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


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

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

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


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D4CA8C;
  -webkit-box-shadow:	1px 1px 3px 2px #D4CA8C;
  box-shadow:		1px 1px 3px 2px #D4CA8C;
}

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

Preview

Color preview on black background

This text has color #D4CA8C on black background.


Color preview on white background

This text has color #D4CA8C on white background.



Black color preview on #D4CA8C background

This text has black color on #D4CA8C background.


White color preview on #D4CA8C background

This text has white color on #D4CA8C background.