COLOR #D0DDAA

HEX: #D0DDAA RGB: (208,221,170)

Color info

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

RGB color model

#D0DDAA color RGB value is (208,221,170).

RGB: (208,221,170) (82%, 87%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 170 of 255 = 67%

208
221
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 221 + 170 = 599 (100%)
R 208 of 599 ~ 34.72%
G 221 of 599 ~ 36.89%
B 170 of 599 ~ 28.38'%

%34.72
%36.89
%28.38

CMYK color model

#D0DDAA color CMYK value is (6,0,23,13).

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

CMYK: (6,0,23,13)
C6M0Y23K13 (6%, 0%, 23%, 13%)
(0.06 / 0.00 / 0.23 / 0.13)

CMYK percentages

%5.88
%0
%23.08
%13.33

Codes

Color #D0DDAA in popluar color models

D0 DD AA
RGB 208 221 170
HSL 75° 42.86% 76.67%
HSB/HSV 75° 23.08% 86.67%
CMYK 5.88% 0.00% 23.08%
13.33%

Color #D0DDAA in popluar number systems.

HEX D0 DD AA
Decimal 208 221 170
Binary 11010000 11011101 10101010
Octal 320 335 252

Shades and tints

Shades of #D0DDAA

#D0DDAA
(208,221,170)
#BEC99B
(190,201,155)
#ACB58C
(172,181,140)
#9AA17D
(154,161,125)
#888D6E
(136,141,110)
#76795F
(118,121,95)
#646550
(100,101,80)
#525141
(82,81,65)
#403D32
(64,61,50)
#2E2923
(46,41,35)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #D0DDAA

#D0DDAA
(208,221,170)
#D4E0B1
(212,224,177)
#D8E3B8
(216,227,184)
#DCE6BF
(220,230,191)
#E0E9C6
(224,233,198)
#E4ECCD
(228,236,205)
#E8EFD4
(232,239,212)
#ECF2DB
(236,242,219)
#F0F5E2
(240,245,226)
#F4F8E9
(244,248,233)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDAA; }

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

This text font color is #D0DDAA.

Background Color

.myBgColor { background-color: #D0DDAA; }

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

This div background color is #D0DDAA.

Border color

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

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

This div border color is #D0DDAA.

Opacity

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

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

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

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

This text has shadow with #D0DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0DDAA.

Preview

Color preview on black background

This text has color #D0DDAA on black background.


Color preview on white background

This text has color #D0DDAA on white background.


Black color preview on #D0DDAA background

This text has black color on #D0DDAA background.


White color preview on #D0DDAA background

This text has white color on #D0DDAA background.


Related colors

Complementary color

Complementary color for #hex is #2F2255.


I love getcolorcode.com

Triadic colors

1 #AAD0DD and #DDAAD0 with #D0DDAA are triadic colors.

2 #AADDD0 and #DDD0AA with #D0DDAA are triadic colors.