COLOR #D5D06E

HEX: #D5D06E
RGB: (213,208,110)

Color info

#D5D06E contains mainly red and green colors. Web safe color of #D5D06E is #CCCC66 (or #CC6).

RGB color model

#D5D06E color RGB value is (213,208,110).

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

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 110 of 255 = 43%

213
208
110

R + G + B ~ 70%. #D5D06E is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 110 = 531 (100%)
R 213 of 531 ~ 40.11%
G 208 of 531 ~ 39.17%
B 110 of 531 ~ 20.72%

%40.11
%39.17
%20.72

CMYK color model

#D5D06E color CMYK value is (0,2,48,16).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 48.36%
  • key color value is 16.47%
CMYK:
(0,2,48,16)
C0M2Y48K16 
(0%,2%,48%,16%)
(0.00/0.02/0.48/0.16)	

CMYK percentages

%0
%2.35
%48.36
%16.47

Codes

Color #D5D06E in popluar color models

D5D06E
RGB213208110
HSL57°55.08%63.33%
HSB/HSV57°48.36%83.53%
CMYK0.00%2.35%48.36%
16.47%

Color #D5D06E in popluar number systems.

HEXD5D06E
Decimal213208110
Binary11010101110100001101110
Octal325320156

Shades and tints

Shades of #D5D06E

#D5D06E
(213,208,110)
#C2BE64
(194,190,100)
#AFAC5A
(175,172,90)
#9C9A50
(156,154,80)
#898846
(137,136,70)
#76763C
(118,118,60)
#636432
(99,100,50)
#505228
(80,82,40)
#3D401E
(61,64,30)
#2A2E14
(42,46,20)
#171C0A
(23,28,10)
#000000
(0,0,0)

Tints of #D5D06E

#D5D06E
(213,208,110)
#D8D47B
(216,212,123)
#DBD888
(219,216,136)
#DEDC95
(222,220,149)
#E1E0A2
(225,224,162)
#E4E4AF
(228,228,175)
#E7E8BC
(231,232,188)
#EAECC9
(234,236,201)
#EDF0D6
(237,240,214)
#F0F4E3
(240,244,227)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D06E; }

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

This text font color is #D5D06E.


Background Color

.myBgColor { background-color: #D5D06E; }

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

This div background color is #D5D06E.


Border color

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

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

This div border color is #D5D06E.


Opacity

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

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

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

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

This text has shadow with #D5D06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D06E on black background.


Color preview on white background

This text has color #D5D06E on white background.



Black color preview on #D5D06E background

This text has black color on #D5D06E background.


White color preview on #D5D06E background

This text has white color on #D5D06E background.