COLOR #D4C0AD

HEX: #D4C0AD
RGB: (212,192,173)

Color info

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

RGB color model

#D4C0AD color RGB value is (212,192,173).

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

RGB channels and saturation

R 212 of 255 = 83%
G 192 of 255 = 75%
B 173 of 255 = 68%

212
192
173

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

Portions of RGB colors in percentages

R + G + B =
212 + 192 + 173 = 577 (100%)
R 212 of 577 ~ 36.74%
G 192 of 577 ~ 33.28%
B 173 of 577 ~ 29.98%

%36.74
%33.28
%29.98

CMYK color model

#D4C0AD color CMYK value is (0,9,18,17).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(0,9,18,17)
C0M9Y18K17 
(0%,9%,18%,17%)
(0.00/0.09/0.18/0.17)	

CMYK percentages

%0
%9.43
%18.4
%16.86

Codes

Color #D4C0AD in popluar color models

D4C0AD
RGB212192173
HSL29°31.20%75.49%
HSB/HSV29°18.40%83.14%
CMYK0.00%9.43%18.40%
16.86%

Color #D4C0AD in popluar number systems.

HEXD4C0AD
Decimal212192173
Binary110101001100000010101101
Octal324300255

Shades and tints

Shades of #D4C0AD

#D4C0AD
(212,192,173)
#C1AF9E
(193,175,158)
#AE9E8F
(174,158,143)
#9B8D80
(155,141,128)
#887C71
(136,124,113)
#756B62
(117,107,98)
#625A53
(98,90,83)
#4F4944
(79,73,68)
#3C3835
(60,56,53)
#292726
(41,39,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4C0AD

#D4C0AD
(212,192,173)
#D7C5B4
(215,197,180)
#DACABB
(218,202,187)
#DDCFC2
(221,207,194)
#E0D4C9
(224,212,201)
#E3D9D0
(227,217,208)
#E6DED7
(230,222,215)
#E9E3DE
(233,227,222)
#ECE8E5
(236,232,229)
#EFEDEC
(239,237,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C0AD; }

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

This text font color is #D4C0AD.


Background Color

.myBgColor { background-color: #D4C0AD; }

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

This div background color is #D4C0AD.


Border color

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

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

This div border color is #D4C0AD.


Opacity

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

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

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

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

This text has shadow with #D4C0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C0AD on black background.


Color preview on white background

This text has color #D4C0AD on white background.



Black color preview on #D4C0AD background

This text has black color on #D4C0AD background.


White color preview on #D4C0AD background

This text has white color on #D4C0AD background.