COLOR #D2D59A

HEX: #D2D59A RGB: (210,213,154)

Color info

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

RGB color model

#D2D59A color RGB value is (210,213,154).

RGB: (210,213,154) (82%, 84%, 60%)

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 154 of 255 = 60%

210
213
154

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

Portions of RGB colors in percentages

R + G + B = 210 + 213 + 154 = 577 (100%)
R 210 of 577 ~ 36.4%
G 213 of 577 ~ 36.92%
B 154 of 577 ~ 26.69'%

%36.4
%36.92
%26.69

CMYK color model

#D2D59A color CMYK value is (1,0,28,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK: (1,0,28,16) C1M0Y28K16 (1%,0%,28%,16%) (0.01/0.00/0.28/0.16) 

CMYK percentages

%1.41
%0
%27.7
%16.47

Codes

Color #D2D59A in popluar color models

D2 D5 9A
RGB 210 213 154
HSL 63° 41.26% 71.96%
HSB/HSV 63° 27.70% 83.53%
CMYK 1.41% 0.00% 27.70%
16.47%

Color #D2D59A in popluar number systems.

HEX D2 D5 9A
Decimal 210 213 154
Binary 11010010 11010101 10011010
Octal 322 325 232

Shades and tints

Shades of #D2D59A

#D2D59A
(210,213,154)
#BFC28C
(191,194,140)
#ACAF7E
(172,175,126)
#999C70
(153,156,112)
#868962
(134,137,98)
#737654
(115,118,84)
#606346
(96,99,70)
#4D5038
(77,80,56)
#3A3D2A
(58,61,42)
#272A1C
(39,42,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #D2D59A

#D2D59A
(210,213,154)
#D6D8A3
(214,216,163)
#DADBAC
(218,219,172)
#DEDEB5
(222,222,181)
#E2E1BE
(226,225,190)
#E6E4C7
(230,228,199)
#EAE7D0
(234,231,208)
#EEEAD9
(238,234,217)
#F2EDE2
(242,237,226)
#F6F0EB
(246,240,235)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D59A; }

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

This text font color is #D2D59A.

Background Color

.myBgColor { background-color: #D2D59A; }

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

This div background color is #D2D59A.

Border color

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

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

This div border color is #D2D59A.

Opacity

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

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

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

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

This text has shadow with #D2D59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D59A.

Preview

Color preview on black background

This text has color #D2D59A on black background.


Color preview on white background

This text has color #D2D59A on white background.


Black color preview on #D2D59A background

This text has black color on #D2D59A background.


White color preview on #D2D59A background

This text has white color on #D2D59A background.


Related colors

Complementary color

Complementary color for #hex is #2D2A65.


I love getcolorcode.com

Triadic colors

1 #9AD2D5 and #D59AD2 with #D2D59A are triadic colors.

2 #9AD5D2 and #D5D29A with #D2D59A are triadic colors.