COLOR #D2D59C

HEX: #D2D59C
RGB: (210,213,156)

Color info

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

RGB color model

#D2D59C color RGB value is (210,213,156).

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

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 156 of 255 = 61%

210
213
156

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

Portions of RGB colors in percentages

R + G + B =
210 + 213 + 156 = 579 (100%)
R 210 of 579 ~ 36.27%
G 213 of 579 ~ 36.79%
B 156 of 579 ~ 26.94%

%36.27
%36.79
%26.94

CMYK color model

#D2D59C color CMYK value is (1,0,27,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(1,0,27,16)
C1M0Y27K16 
(1%,0%,27%,16%)
(0.01/0.00/0.27/0.16)	

CMYK percentages

%1.41
%0
%26.76
%16.47

Codes

Color #D2D59C in popluar color models

D2D59C
RGB210213156
HSL63°40.43%72.35%
HSB/HSV63°26.76%83.53%
CMYK1.41%0.00%26.76%
16.47%

Color #D2D59C in popluar number systems.

HEXD2D59C
Decimal210213156
Binary110100101101010110011100
Octal322325234

Shades and tints

Shades of #D2D59C

#D2D59C
(210,213,156)
#BFC28E
(191,194,142)
#ACAF80
(172,175,128)
#999C72
(153,156,114)
#868964
(134,137,100)
#737656
(115,118,86)
#606348
(96,99,72)
#4D503A
(77,80,58)
#3A3D2C
(58,61,44)
#272A1E
(39,42,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #D2D59C

#D2D59C
(210,213,156)
#D6D8A5
(214,216,165)
#DADBAE
(218,219,174)
#DEDEB7
(222,222,183)
#E2E1C0
(226,225,192)
#E6E4C9
(230,228,201)
#EAE7D2
(234,231,210)
#EEEADB
(238,234,219)
#F2EDE4
(242,237,228)
#F6F0ED
(246,240,237)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D59C; }

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

This text font color is #D2D59C.


Background Color

.myBgColor { background-color: #D2D59C; }

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

This div background color is #D2D59C.


Border color

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

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

This div border color is #D2D59C.


Opacity

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

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

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

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

This text has shadow with #D2D59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D59C on black background.


Color preview on white background

This text has color #D2D59C on white background.



Black color preview on #D2D59C background

This text has black color on #D2D59C background.


White color preview on #D2D59C background

This text has white color on #D2D59C background.