COLOR #D9D98F

HEX: #D9D98F
RGB: (217,217,143)

Color info

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

RGB color model

#D9D98F color RGB value is (217,217,143).

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

RGB channels and saturation

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

217
217
143

R + G + B ~ 75%. #D9D98F is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 217 + 143 = 577 (100%)
R 217 of 577 ~ 37.61%
G 217 of 577 ~ 37.61%
B 143 of 577 ~ 24.78%

%37.61
%37.61
%24.78

CMYK color model

#D9D98F color CMYK value is (0,0,34,15).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 14.90%
CMYK:
(0,0,34,15)
C0M0Y34K15 
(0%,0%,34%,15%)
(0.00/0.00/0.34/0.15)	

CMYK percentages

%0
%0
%34.1
%14.9

Codes

Color #D9D98F in popluar color models

D9D98F
RGB217217143
HSL60°49.33%70.59%
HSB/HSV60°34.10%85.10%
CMYK0.00%0.00%34.10%
14.90%

Color #D9D98F in popluar number systems.

HEXD9D98F
Decimal217217143
Binary110110011101100110001111
Octal331331217

Shades and tints

Shades of #D9D98F

#D9D98F
(217,217,143)
#C6C682
(198,198,130)
#B3B375
(179,179,117)
#A0A068
(160,160,104)
#8D8D5B
(141,141,91)
#7A7A4E
(122,122,78)
#676741
(103,103,65)
#545434
(84,84,52)
#414127
(65,65,39)
#2E2E1A
(46,46,26)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #D9D98F

#D9D98F
(217,217,143)
#DCDC99
(220,220,153)
#DFDFA3
(223,223,163)
#E2E2AD
(226,226,173)
#E5E5B7
(229,229,183)
#E8E8C1
(232,232,193)
#EBEBCB
(235,235,203)
#EEEED5
(238,238,213)
#F1F1DF
(241,241,223)
#F4F4E9
(244,244,233)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D98F; }

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

This text font color is #D9D98F.


Background Color

.myBgColor { background-color: #D9D98F; }

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

This div background color is #D9D98F.


Border color

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

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

This div border color is #D9D98F.


Opacity

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

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

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

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

This text has shadow with #D9D98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D98F on black background.


Color preview on white background

This text has color #D9D98F on white background.



Black color preview on #D9D98F background

This text has black color on #D9D98F background.


White color preview on #D9D98F background

This text has white color on #D9D98F background.