COLOR #D6D59E

HEX: #D6D59E
RGB: (214,213,158)

Color info

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

RGB color model

#D6D59E color RGB value is (214,213,158).

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

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 158 of 255 = 62%

214
213
158

R + G + B ~ 77%. #D6D59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 213 + 158 = 585 (100%)
R 214 of 585 ~ 36.58%
G 213 of 585 ~ 36.41%
B 158 of 585 ~ 27.01%

%36.58
%36.41
%27.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 26.17%
  • key color value is 16.08%
CMYK:
(0,0,26,16)
C0M0Y26K16 
(0%,0%,26%,16%)
(0.00/0.00/0.26/0.16)	

CMYK percentages

%0
%0.47
%26.17
%16.08

Codes

Color #D6D59E in popluar color models

D6D59E
RGB214213158
HSL59°40.58%72.94%
HSB/HSV59°26.17%83.92%
CMYK0.00%0.47%26.17%
16.08%

Color #D6D59E in popluar number systems.

HEXD6D59E
Decimal214213158
Binary110101101101010110011110
Octal326325236

Shades and tints

Shades of #D6D59E

#D6D59E
(214,213,158)
#C3C290
(195,194,144)
#B0AF82
(176,175,130)
#9D9C74
(157,156,116)
#8A8966
(138,137,102)
#777658
(119,118,88)
#64634A
(100,99,74)
#51503C
(81,80,60)
#3E3D2E
(62,61,46)
#2B2A20
(43,42,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6D59E

#D6D59E
(214,213,158)
#D9D8A6
(217,216,166)
#DCDBAE
(220,219,174)
#DFDEB6
(223,222,182)
#E2E1BE
(226,225,190)
#E5E4C6
(229,228,198)
#E8E7CE
(232,231,206)
#EBEAD6
(235,234,214)
#EEEDDE
(238,237,222)
#F1F0E6
(241,240,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D59E; }

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

This text font color is #D6D59E.


Background Color

.myBgColor { background-color: #D6D59E; }

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

This div background color is #D6D59E.


Border color

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

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

This div border color is #D6D59E.


Opacity

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

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

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

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

This text has shadow with #D6D59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D59E on black background.


Color preview on white background

This text has color #D6D59E on white background.



Black color preview on #D6D59E background

This text has black color on #D6D59E background.


White color preview on #D6D59E background

This text has white color on #D6D59E background.