COLOR #D0D0AA

HEX: #D0D0AA
RGB: (208,208,170)

Color info

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

RGB color model

#D0D0AA color RGB value is (208,208,170).

  • red value is 208;
  • green value is 208;
  • blue value is 170.
RGB:
(208,208,170)
(82%,82%,67%)

RGB channels and saturation

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

208
208
170

R + G + B ~ 77%. #D0D0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 170 = 586 (100%)
R 208 of 586 ~ 35.49%
G 208 of 586 ~ 35.49%
B 170 of 586 ~ 29.01%

%35.49
%35.49
%29.01

CMYK color model

#D0D0AA color CMYK value is (0,0,18,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK:
(0,0,18,18)
C0M0Y18K18 
(0%,0%,18%,18%)
(0.00/0.00/0.18/0.18)	

CMYK percentages

%0
%0
%18.27
%18.43

Codes

Color #D0D0AA in popluar color models

D0D0AA
RGB208208170
HSL60°28.79%74.12%
HSB/HSV60°18.27%81.57%
CMYK0.00%0.00%18.27%
18.43%

Color #D0D0AA in popluar number systems.

HEXD0D0AA
Decimal208208170
Binary110100001101000010101010
Octal320320252

Shades and tints

Shades of #D0D0AA

#D0D0AA
(208,208,170)
#BEBE9B
(190,190,155)
#ACAC8C
(172,172,140)
#9A9A7D
(154,154,125)
#88886E
(136,136,110)
#76765F
(118,118,95)
#646450
(100,100,80)
#525241
(82,82,65)
#404032
(64,64,50)
#2E2E23
(46,46,35)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #D0D0AA

#D0D0AA
(208,208,170)
#D4D4B1
(212,212,177)
#D8D8B8
(216,216,184)
#DCDCBF
(220,220,191)
#E0E0C6
(224,224,198)
#E4E4CD
(228,228,205)
#E8E8D4
(232,232,212)
#ECECDB
(236,236,219)
#F0F0E2
(240,240,226)
#F4F4E9
(244,244,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D0AA; }

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

This text font color is #D0D0AA.


Background Color

.myBgColor { background-color: #D0D0AA; }

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

This div background color is #D0D0AA.


Border color

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

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

This div border color is #D0D0AA.


Opacity

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

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

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

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

This text has shadow with #D0D0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D0AA on black background.


Color preview on white background

This text has color #D0D0AA on white background.



Black color preview on #D0D0AA background

This text has black color on #D0D0AA background.


White color preview on #D0D0AA background

This text has white color on #D0D0AA background.