COLOR #D0DAA4

HEX: #D0DAA4
RGB: (208,218,164)

Color info

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

RGB color model

#D0DAA4 color RGB value is (208,218,164).

  • red value is 208;
  • green value is 218;
  • blue value is 164.
RGB:
(208,218,164)
(82%,85%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 218 of 255 = 85%
B 164 of 255 = 64%

208
218
164

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

Portions of RGB colors in percentages

R + G + B =
208 + 218 + 164 = 590 (100%)
R 208 of 590 ~ 35.25%
G 218 of 590 ~ 36.95%
B 164 of 590 ~ 27.8%

%35.25
%36.95
%27.8

CMYK color model

#D0DAA4 color CMYK value is (5,0,25,15).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 14.51%
CMYK:
(5,0,25,15)
C5M0Y25K15 
(5%,0%,25%,15%)
(0.05/0.00/0.25/0.15)	

CMYK percentages

%4.59
%0
%24.77
%14.51

Codes

Color #D0DAA4 in popluar color models

D0DAA4
RGB208218164
HSL71°42.19%74.90%
HSB/HSV71°24.77%85.49%
CMYK4.59%0.00%24.77%
14.51%

Color #D0DAA4 in popluar number systems.

HEXD0DAA4
Decimal208218164
Binary110100001101101010100100
Octal320332244

Shades and tints

Shades of #D0DAA4

#D0DAA4
(208,218,164)
#BEC796
(190,199,150)
#ACB488
(172,180,136)
#9AA17A
(154,161,122)
#888E6C
(136,142,108)
#767B5E
(118,123,94)
#646850
(100,104,80)
#525542
(82,85,66)
#404234
(64,66,52)
#2E2F26
(46,47,38)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #D0DAA4

#D0DAA4
(208,218,164)
#D4DDAC
(212,221,172)
#D8E0B4
(216,224,180)
#DCE3BC
(220,227,188)
#E0E6C4
(224,230,196)
#E4E9CC
(228,233,204)
#E8ECD4
(232,236,212)
#ECEFDC
(236,239,220)
#F0F2E4
(240,242,228)
#F4F5EC
(244,245,236)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DAA4; }

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

This text font color is #D0DAA4.


Background Color

.myBgColor { background-color: #D0DAA4; }

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

This div background color is #D0DAA4.


Border color

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

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

This div border color is #D0DAA4.


Opacity

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

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

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

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

This text has shadow with #D0DAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DAA4 on black background.


Color preview on white background

This text has color #D0DAA4 on white background.



Black color preview on #D0DAA4 background

This text has black color on #D0DAA4 background.


White color preview on #D0DAA4 background

This text has white color on #D0DAA4 background.