COLOR #D4C7AD

HEX: #D4C7AD RGB: (212,199,173)

Color info

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

RGB color model

#D4C7AD color RGB value is (212,199,173).

RGB: (212,199,173) (83%, 78%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 173 of 255 = 68%

212
199
173

R + G + B ~ 76%. #D4C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 199 + 173 = 584 (100%)
R 212 of 584 ~ 36.3%
G 199 of 584 ~ 34.08%
B 173 of 584 ~ 29.62'%

%36.3
%34.08
%29.62

CMYK color model

#D4C7AD color CMYK value is (0,6,18,17).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK: (0,6,18,17) C0M6Y18K17 (0%,6%,18%,17%) (0.00/0.06/0.18/0.17) 

CMYK percentages

%0
%6.13
%18.4
%16.86

Codes

Color #D4C7AD in popluar color models

D4 C7 AD
RGB 212 199 173
HSL 40° 31.20% 75.49%
HSB/HSV 40° 18.40% 83.14%
CMYK 0.00% 6.13% 18.40%
16.86%

Color #D4C7AD in popluar number systems.

HEX D4 C7 AD
Decimal 212 199 173
Binary 11010100 11000111 10101101
Octal 324 307 255

Shades and tints

Shades of #D4C7AD

#D4C7AD
(212,199,173)
#C1B59E
(193,181,158)
#AEA38F
(174,163,143)
#9B9180
(155,145,128)
#887F71
(136,127,113)
#756D62
(117,109,98)
#625B53
(98,91,83)
#4F4944
(79,73,68)
#3C3735
(60,55,53)
#292526
(41,37,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D4C7AD

#D4C7AD
(212,199,173)
#D7CCB4
(215,204,180)
#DAD1BB
(218,209,187)
#DDD6C2
(221,214,194)
#E0DBC9
(224,219,201)
#E3E0D0
(227,224,208)
#E6E5D7
(230,229,215)
#E9EADE
(233,234,222)
#ECEFE5
(236,239,229)
#EFF4EC
(239,244,236)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C7AD; }

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

This text font color is #D4C7AD.

Background Color

.myBgColor { background-color: #D4C7AD; }

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

This div background color is #D4C7AD.

Border color

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

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

This div border color is #D4C7AD.

Opacity

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

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

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

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

This text has shadow with #D4C7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C7AD.

Preview

Color preview on black background

This text has color #D4C7AD on black background.


Color preview on white background

This text has color #D4C7AD on white background.


Black color preview on #D4C7AD background

This text has black color on #D4C7AD background.


White color preview on #D4C7AD background

This text has white color on #D4C7AD background.


Related colors

Complementary color

Complementary color for #hex is #2B3852.


I love getcolorcode.com

Triadic colors

1 #ADD4C7 and #C7ADD4 with #D4C7AD are triadic colors.

2 #ADC7D4 and #C7D4AD with #D4C7AD are triadic colors.