COLOR #D9D85F

HEX: #D9D85F RGB: (217,216,95)

Color info

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

RGB color model

#D9D85F color RGB value is (217,216,95).

RGB: (217,216,95) (85%, 85%, 37%)

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 95 of 255 = 37%

217
216
95

R + G + B ~ 69%. #D9D85F is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 216 + 95 = 528 (100%)
R 217 of 528 ~ 41.1%
G 216 of 528 ~ 40.91%
B 95 of 528 ~ 17.99'%

%41.1
%40.91
%17.99

CMYK color model

#D9D85F color CMYK value is (0,0,56,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 56.22%
  • key color value is 14.90%
CMYK: (0,0,56,15) C0M0Y56K15 (0%,0%,56%,15%) (0.00/0.00/0.56/0.15) 

CMYK percentages

%0
%0.46
%56.22
%14.9

Codes

Color #D9D85F in popluar color models

D9 D8 5F
RGB 217 216 95
HSL 60° 61.62% 61.18%
HSB/HSV 60° 56.22% 85.10%
CMYK 0.00% 0.46% 56.22%
14.90%

Color #D9D85F in popluar number systems.

HEX D9 D8 5F
Decimal 217 216 95
Binary 11011001 11011000 1011111
Octal 331 330 137

Shades and tints

Shades of #D9D85F

#D9D85F
(217,216,95)
#C6C557
(198,197,87)
#B3B24F
(179,178,79)
#A09F47
(160,159,71)
#8D8C3F
(141,140,63)
#7A7937
(122,121,55)
#67662F
(103,102,47)
#545327
(84,83,39)
#41401F
(65,64,31)
#2E2D17
(46,45,23)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #D9D85F

#D9D85F
(217,216,95)
#DCDB6D
(220,219,109)
#DFDE7B
(223,222,123)
#E2E189
(226,225,137)
#E5E497
(229,228,151)
#E8E7A5
(232,231,165)
#EBEAB3
(235,234,179)
#EEEDC1
(238,237,193)
#F1F0CF
(241,240,207)
#F4F3DD
(244,243,221)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D85F color. Also use rgb(217,216,95) instead hex code.

Text Font Color

.myTextColor { color: #D9D85F; }

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

This text font color is #D9D85F.

Background Color

.myBgColor { background-color: #D9D85F; }

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

This div background color is #D9D85F.

Border color

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

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

This div border color is #D9D85F.

Opacity

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

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

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

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

This text has shadow with #D9D85F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D85F.

Preview

Color preview on black background

This text has color #D9D85F on black background.


Color preview on white background

This text has color #D9D85F on white background.


Black color preview on #D9D85F background

This text has black color on #D9D85F background.


White color preview on #D9D85F background

This text has white color on #D9D85F background.


Related colors

Complementary color

Complementary color for #hex is #2627A0.


I love getcolorcode.com

Triadic colors

1 #5FD9D8 and #D85FD9 with #D9D85F are triadic colors.

2 #5FD8D9 and #D8D95F with #D9D85F are triadic colors.