COLOR #D4DDAA

HEX: #D4DDAA RGB: (212,221,170)

Color info

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

RGB color model

#D4DDAA color RGB value is (212,221,170).

RGB: (212,221,170) (83%, 87%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 170 of 255 = 67%

212
221
170

R + G + B ~ 79%. #D4DDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 221 + 170 = 603 (100%)
R 212 of 603 ~ 35.16%
G 221 of 603 ~ 36.65%
B 170 of 603 ~ 28.19'%

%35.16
%36.65
%28.19

CMYK color model

#D4DDAA color CMYK value is (4,0,23,13).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (4,0,23,13)
C4M0Y23K13 (4%, 0%, 23%, 13%)
(0.04 / 0.00 / 0.23 / 0.13)

CMYK percentages

%4.07
%0
%23.08
%13.33

Codes

Color #D4DDAA in popluar color models

D4 DD AA
RGB 212 221 170
HSL 71° 42.86% 76.67%
HSB/HSV 71° 23.08% 86.67%
CMYK 4.07% 0.00% 23.08%
13.33%

Color #D4DDAA in popluar number systems.

HEX D4 DD AA
Decimal 212 221 170
Binary 11010100 11011101 10101010
Octal 324 335 252

Shades and tints

Shades of #D4DDAA

#D4DDAA
(212,221,170)
#C1C99B
(193,201,155)
#AEB58C
(174,181,140)
#9BA17D
(155,161,125)
#888D6E
(136,141,110)
#75795F
(117,121,95)
#626550
(98,101,80)
#4F5141
(79,81,65)
#3C3D32
(60,61,50)
#292923
(41,41,35)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D4DDAA

#D4DDAA
(212,221,170)
#D7E0B1
(215,224,177)
#DAE3B8
(218,227,184)
#DDE6BF
(221,230,191)
#E0E9C6
(224,233,198)
#E3ECCD
(227,236,205)
#E6EFD4
(230,239,212)
#E9F2DB
(233,242,219)
#ECF5E2
(236,245,226)
#EFF8E9
(239,248,233)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DDAA color. Also use rgb(212,221,170) instead hex code.

Text Font Color

.myTextColor { color: #D4DDAA; }

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

This text font color is #D4DDAA.

Background Color

.myBgColor { background-color: #D4DDAA; }

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

This div background color is #D4DDAA.

Border color

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

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

This div border color is #D4DDAA.

Opacity

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

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

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

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

This text has shadow with #D4DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DDAA.

Preview

Color preview on black background

This text has color #D4DDAA on black background.


Color preview on white background

This text has color #D4DDAA on white background.


Black color preview on #D4DDAA background

This text has black color on #D4DDAA background.


White color preview on #D4DDAA background

This text has white color on #D4DDAA background.


Related colors

Complementary color

Complementary color for #hex is #2B2255.


I love getcolorcode.com

Triadic colors

1 #AAD4DD and #DDAAD4 with #D4DDAA are triadic colors.

2 #AADDD4 and #DDD4AA with #D4DDAA are triadic colors.