COLOR #D9DC8F

HEX: #D9DC8F
RGB: (217,220,143)

Color info

#D9DC8F contains mainly red and green colors. Web safe color of #D9DC8F is #CCCC99 (or #CC9).

RGB color model

#D9DC8F color RGB value is (217,220,143).

  • red value is 217;
  • green value is 220;
  • blue value is 143.
RGB:
(217,220,143)
(85%,86%,56%)

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 143 of 255 = 56%

217
220
143

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

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 143 = 580 (100%)
R 217 of 580 ~ 37.41%
G 220 of 580 ~ 37.93%
B 143 of 580 ~ 24.66%

%37.41
%37.93
%24.66

CMYK color model

#D9DC8F color CMYK value is (1,0,35,14).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK:
(1,0,35,14)
C1M0Y35K14 
(1%,0%,35%,14%)
(0.01/0.00/0.35/0.14)	

CMYK percentages

%1.36
%0
%35
%13.73

Codes

Color #D9DC8F in popluar color models

D9DC8F
RGB217220143
HSL62°52.38%71.18%
HSB/HSV62°35.00%86.27%
CMYK1.36%0.00%35.00%
13.73%

Color #D9DC8F in popluar number systems.

HEXD9DC8F
Decimal217220143
Binary110110011101110010001111
Octal331334217

Shades and tints

Shades of #D9DC8F

#D9DC8F
(217,220,143)
#C6C882
(198,200,130)
#B3B475
(179,180,117)
#A0A068
(160,160,104)
#8D8C5B
(141,140,91)
#7A784E
(122,120,78)
#676441
(103,100,65)
#545034
(84,80,52)
#413C27
(65,60,39)
#2E281A
(46,40,26)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #D9DC8F

#D9DC8F
(217,220,143)
#DCDF99
(220,223,153)
#DFE2A3
(223,226,163)
#E2E5AD
(226,229,173)
#E5E8B7
(229,232,183)
#E8EBC1
(232,235,193)
#EBEECB
(235,238,203)
#EEF1D5
(238,241,213)
#F1F4DF
(241,244,223)
#F4F7E9
(244,247,233)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DC8F color. Also use rgb(217,220,143) instead hex code.

Text Font Color

.myTextColor { color: #D9DC8F; }

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

This text font color is #D9DC8F.


Background Color

.myBgColor { background-color: #D9DC8F; }

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

This div background color is #D9DC8F.


Border color

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

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

This div border color is #D9DC8F.


Opacity

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

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

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

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

This text has shadow with #D9DC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DC8F on black background.


Color preview on white background

This text has color #D9DC8F on white background.



Black color preview on #D9DC8F background

This text has black color on #D9DC8F background.


White color preview on #D9DC8F background

This text has white color on #D9DC8F background.