COLOR #D4C0AC

HEX: #D4C0AC
RGB: (212,192,172)

Color info

#D4C0AC contains red, green and blue colors in about the same proportion. Web safe color of #D4C0AC is #CCCC99 (or #CC9).

RGB color model

#D4C0AC color RGB value is (212,192,172).

  • red value is 212;
  • green value is 192;
  • blue value is 172.
RGB:
(212,192,172)
(83%,75%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 192 of 255 = 75%
B 172 of 255 = 67%

212
192
172

R + G + B ~ 75%. #D4C0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 192 + 172 = 576 (100%)
R 212 of 576 ~ 36.81%
G 192 of 576 ~ 33.33%
B 172 of 576 ~ 29.86%

%36.81
%33.33
%29.86

CMYK color model

#D4C0AC color CMYK value is (0,9,19,17).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 18.87%
  • key color value is 16.86%
CMYK:
(0,9,19,17)
C0M9Y19K17 
(0%,9%,19%,17%)
(0.00/0.09/0.19/0.17)	

CMYK percentages

%0
%9.43
%18.87
%16.86

Codes

Color #D4C0AC in popluar color models

D4C0AC
RGB212192172
HSL30°31.75%75.29%
HSB/HSV30°18.87%83.14%
CMYK0.00%9.43%18.87%
16.86%

Color #D4C0AC in popluar number systems.

HEXD4C0AC
Decimal212192172
Binary110101001100000010101100
Octal324300254

Shades and tints

Shades of #D4C0AC

#D4C0AC
(212,192,172)
#C1AF9D
(193,175,157)
#AE9E8E
(174,158,142)
#9B8D7F
(155,141,127)
#887C70
(136,124,112)
#756B61
(117,107,97)
#625A52
(98,90,82)
#4F4943
(79,73,67)
#3C3834
(60,56,52)
#292725
(41,39,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4C0AC

#D4C0AC
(212,192,172)
#D7C5B3
(215,197,179)
#DACABA
(218,202,186)
#DDCFC1
(221,207,193)
#E0D4C8
(224,212,200)
#E3D9CF
(227,217,207)
#E6DED6
(230,222,214)
#E9E3DD
(233,227,221)
#ECE8E4
(236,232,228)
#EFEDEB
(239,237,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C0AC color. Also use rgb(212,192,172) instead hex code.

Text Font Color

.myTextColor { color: #D4C0AC; }

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

This text font color is #D4C0AC.


Background Color

.myBgColor { background-color: #D4C0AC; }

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

This div background color is #D4C0AC.


Border color

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

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

This div border color is #D4C0AC.


Opacity

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

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

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

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

This text has shadow with #D4C0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C0AC on black background.


Color preview on white background

This text has color #D4C0AC on white background.



Black color preview on #D4C0AC background

This text has black color on #D4C0AC background.


White color preview on #D4C0AC background

This text has white color on #D4C0AC background.