COLOR #D0D59E

HEX: #D0D59E
RGB: (208,213,158)

Color info

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

RGB color model

#D0D59E color RGB value is (208,213,158).

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

RGB channels and saturation

R 208 of 255 = 82%
G 213 of 255 = 84%
B 158 of 255 = 62%

208
213
158

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

Portions of RGB colors in percentages

R + G + B =
208 + 213 + 158 = 579 (100%)
R 208 of 579 ~ 35.92%
G 213 of 579 ~ 36.79%
B 158 of 579 ~ 27.29%

%35.92
%36.79
%27.29

CMYK color model

#D0D59E color CMYK value is (2,0,26,16).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 16.47%
CMYK:
(2,0,26,16)
C2M0Y26K16 
(2%,0%,26%,16%)
(0.02/0.00/0.26/0.16)	

CMYK percentages

%2.35
%0
%25.82
%16.47

Codes

Color #D0D59E in popluar color models

D0D59E
RGB208213158
HSL65°39.57%72.75%
HSB/HSV65°25.82%83.53%
CMYK2.35%0.00%25.82%
16.47%

Color #D0D59E in popluar number systems.

HEXD0D59E
Decimal208213158
Binary110100001101010110011110
Octal320325236

Shades and tints

Shades of #D0D59E

#D0D59E
(208,213,158)
#BEC290
(190,194,144)
#ACAF82
(172,175,130)
#9A9C74
(154,156,116)
#888966
(136,137,102)
#767658
(118,118,88)
#64634A
(100,99,74)
#52503C
(82,80,60)
#403D2E
(64,61,46)
#2E2A20
(46,42,32)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #D0D59E

#D0D59E
(208,213,158)
#D4D8A6
(212,216,166)
#D8DBAE
(216,219,174)
#DCDEB6
(220,222,182)
#E0E1BE
(224,225,190)
#E4E4C6
(228,228,198)
#E8E7CE
(232,231,206)
#ECEAD6
(236,234,214)
#F0EDDE
(240,237,222)
#F4F0E6
(244,240,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D59E color. Also use rgb(208,213,158) instead hex code.

Text Font Color

.myTextColor { color: #D0D59E; }

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

This text font color is #D0D59E.


Background Color

.myBgColor { background-color: #D0D59E; }

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

This div background color is #D0D59E.


Border color

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

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

This div border color is #D0D59E.


Opacity

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

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

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

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

This text has shadow with #D0D59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D59E on black background.


Color preview on white background

This text has color #D0D59E on white background.



Black color preview on #D0D59E background

This text has black color on #D0D59E background.


White color preview on #D0D59E background

This text has white color on #D0D59E background.