COLOR #D2D09A

HEX: #D2D09A
RGB: (210,208,154)

Color info

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

RGB color model

#D2D09A color RGB value is (210,208,154).

  • red value is 210;
  • green value is 208;
  • blue value is 154.
RGB:
(210,208,154)
(82%,82%,60%)

RGB channels and saturation

R 210 of 255 = 82%
G 208 of 255 = 82%
B 154 of 255 = 60%

210
208
154

R + G + B ~ 75%. #D2D09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 208 + 154 = 572 (100%)
R 210 of 572 ~ 36.71%
G 208 of 572 ~ 36.36%
B 154 of 572 ~ 26.92%

%36.71
%36.36
%26.92

CMYK color model

#D2D09A color CMYK value is (0,1,27,18).

  • cyan value is 0.00%
  • magenta value is 0.95%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(0,1,27,18)
C0M1Y27K18 
(0%,1%,27%,18%)
(0.00/0.01/0.27/0.18)	

CMYK percentages

%0
%0.95
%26.67
%17.65

Codes

Color #D2D09A in popluar color models

D2D09A
RGB210208154
HSL58°38.36%71.37%
HSB/HSV58°26.67%82.35%
CMYK0.00%0.95%26.67%
17.65%

Color #D2D09A in popluar number systems.

HEXD2D09A
Decimal210208154
Binary110100101101000010011010
Octal322320232

Shades and tints

Shades of #D2D09A

#D2D09A
(210,208,154)
#BFBE8C
(191,190,140)
#ACAC7E
(172,172,126)
#999A70
(153,154,112)
#868862
(134,136,98)
#737654
(115,118,84)
#606446
(96,100,70)
#4D5238
(77,82,56)
#3A402A
(58,64,42)
#272E1C
(39,46,28)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #D2D09A

#D2D09A
(210,208,154)
#D6D4A3
(214,212,163)
#DAD8AC
(218,216,172)
#DEDCB5
(222,220,181)
#E2E0BE
(226,224,190)
#E6E4C7
(230,228,199)
#EAE8D0
(234,232,208)
#EEECD9
(238,236,217)
#F2F0E2
(242,240,226)
#F6F4EB
(246,244,235)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D09A; }

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

This text font color is #D2D09A.


Background Color

.myBgColor { background-color: #D2D09A; }

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

This div background color is #D2D09A.


Border color

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

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

This div border color is #D2D09A.


Opacity

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

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

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

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

This text has shadow with #D2D09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D09A on black background.


Color preview on white background

This text has color #D2D09A on white background.



Black color preview on #D2D09A background

This text has black color on #D2D09A background.


White color preview on #D2D09A background

This text has white color on #D2D09A background.