COLOR #D9D18D

HEX: #D9D18D
RGB: (217,209,141)

Color info

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

RGB color model

#D9D18D color RGB value is (217,209,141).

  • red value is 217;
  • green value is 209;
  • blue value is 141.
RGB:
(217,209,141)
(85%,82%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 209 of 255 = 82%
B 141 of 255 = 55%

217
209
141

R + G + B ~ 74%. #D9D18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 209 + 141 = 567 (100%)
R 217 of 567 ~ 38.27%
G 209 of 567 ~ 36.86%
B 141 of 567 ~ 24.87%

%38.27
%36.86
%24.87

CMYK color model

#D9D18D color CMYK value is (0,4,35,15).

  • cyan value is 0.00%
  • magenta value is 3.69%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(0,4,35,15)
C0M4Y35K15 
(0%,4%,35%,15%)
(0.00/0.04/0.35/0.15)	

CMYK percentages

%0
%3.69
%35.02
%14.9

Codes

Color #D9D18D in popluar color models

D9D18D
RGB217209141
HSL54°50.00%70.20%
HSB/HSV54°35.02%85.10%
CMYK0.00%3.69%35.02%
14.90%

Color #D9D18D in popluar number systems.

HEXD9D18D
Decimal217209141
Binary110110011101000110001101
Octal331321215

Shades and tints

Shades of #D9D18D

#D9D18D
(217,209,141)
#C6BE81
(198,190,129)
#B3AB75
(179,171,117)
#A09869
(160,152,105)
#8D855D
(141,133,93)
#7A7251
(122,114,81)
#675F45
(103,95,69)
#544C39
(84,76,57)
#41392D
(65,57,45)
#2E2621
(46,38,33)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #D9D18D

#D9D18D
(217,209,141)
#DCD597
(220,213,151)
#DFD9A1
(223,217,161)
#E2DDAB
(226,221,171)
#E5E1B5
(229,225,181)
#E8E5BF
(232,229,191)
#EBE9C9
(235,233,201)
#EEEDD3
(238,237,211)
#F1F1DD
(241,241,221)
#F4F5E7
(244,245,231)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D18D color. Also use rgb(217,209,141) instead hex code.

Text Font Color

.myTextColor { color: #D9D18D; }

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

This text font color is #D9D18D.


Background Color

.myBgColor { background-color: #D9D18D; }

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

This div background color is #D9D18D.


Border color

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

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

This div border color is #D9D18D.


Opacity

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

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

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

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

This text has shadow with #D9D18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D18D on black background.


Color preview on white background

This text has color #D9D18D on white background.



Black color preview on #D9D18D background

This text has black color on #D9D18D background.


White color preview on #D9D18D background

This text has white color on #D9D18D background.