COLOR #D2D59D

HEX: #D2D59D
RGB: (210,213,157)

Color info

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

RGB color model

#D2D59D color RGB value is (210,213,157).

  • red value is 210;
  • green value is 213;
  • blue value is 157.
RGB:
(210,213,157)
(82%,84%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 157 of 255 = 62%

210
213
157

R + G + B ~ 76%. #D2D59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 213 + 157 = 580 (100%)
R 210 of 580 ~ 36.21%
G 213 of 580 ~ 36.72%
B 157 of 580 ~ 27.07%

%36.21
%36.72
%27.07

CMYK color model

#D2D59D color CMYK value is (1,0,26,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(1,0,26,16)
C1M0Y26K16 
(1%,0%,26%,16%)
(0.01/0.00/0.26/0.16)	

CMYK percentages

%1.41
%0
%26.29
%16.47

Codes

Color #D2D59D in popluar color models

D2D59D
RGB210213157
HSL63°40.00%72.55%
HSB/HSV63°26.29%83.53%
CMYK1.41%0.00%26.29%
16.47%

Color #D2D59D in popluar number systems.

HEXD2D59D
Decimal210213157
Binary110100101101010110011101
Octal322325235

Shades and tints

Shades of #D2D59D

#D2D59D
(210,213,157)
#BFC28F
(191,194,143)
#ACAF81
(172,175,129)
#999C73
(153,156,115)
#868965
(134,137,101)
#737657
(115,118,87)
#606349
(96,99,73)
#4D503B
(77,80,59)
#3A3D2D
(58,61,45)
#272A1F
(39,42,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #D2D59D

#D2D59D
(210,213,157)
#D6D8A5
(214,216,165)
#DADBAD
(218,219,173)
#DEDEB5
(222,222,181)
#E2E1BD
(226,225,189)
#E6E4C5
(230,228,197)
#EAE7CD
(234,231,205)
#EEEAD5
(238,234,213)
#F2EDDD
(242,237,221)
#F6F0E5
(246,240,229)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D59D; }

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

This text font color is #D2D59D.


Background Color

.myBgColor { background-color: #D2D59D; }

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

This div background color is #D2D59D.


Border color

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

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

This div border color is #D2D59D.


Opacity

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

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

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

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

This text has shadow with #D2D59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D59D on black background.


Color preview on white background

This text has color #D2D59D on white background.



Black color preview on #D2D59D background

This text has black color on #D2D59D background.


White color preview on #D2D59D background

This text has white color on #D2D59D background.