COLOR #D9D793

HEX: #D9D793
RGB: (217,215,147)

Color info

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

RGB color model

#D9D793 color RGB value is (217,215,147).

  • red value is 217;
  • green value is 215;
  • blue value is 147.
RGB:
(217,215,147)
(85%,84%,58%)

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 147 of 255 = 58%

217
215
147

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

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 147 = 579 (100%)
R 217 of 579 ~ 37.48%
G 215 of 579 ~ 37.13%
B 147 of 579 ~ 25.39%

%37.48
%37.13
%25.39

CMYK color model

#D9D793 color CMYK value is (0,1,32,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 32.26%
  • key color value is 14.90%
CMYK:
(0,1,32,15)
C0M1Y32K15 
(0%,1%,32%,15%)
(0.00/0.01/0.32/0.15)	

CMYK percentages

%0
%0.92
%32.26
%14.9

Codes

Color #D9D793 in popluar color models

D9D793
RGB217215147
HSL58°47.95%71.37%
HSB/HSV58°32.26%85.10%
CMYK0.00%0.92%32.26%
14.90%

Color #D9D793 in popluar number systems.

HEXD9D793
Decimal217215147
Binary110110011101011110010011
Octal331327223

Shades and tints

Shades of #D9D793

#D9D793
(217,215,147)
#C6C486
(198,196,134)
#B3B179
(179,177,121)
#A09E6C
(160,158,108)
#8D8B5F
(141,139,95)
#7A7852
(122,120,82)
#676545
(103,101,69)
#545238
(84,82,56)
#413F2B
(65,63,43)
#2E2C1E
(46,44,30)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #D9D793

#D9D793
(217,215,147)
#DCDA9C
(220,218,156)
#DFDDA5
(223,221,165)
#E2E0AE
(226,224,174)
#E5E3B7
(229,227,183)
#E8E6C0
(232,230,192)
#EBE9C9
(235,233,201)
#EEECD2
(238,236,210)
#F1EFDB
(241,239,219)
#F4F2E4
(244,242,228)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D793; }

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

This text font color is #D9D793.


Background Color

.myBgColor { background-color: #D9D793; }

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

This div background color is #D9D793.


Border color

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

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

This div border color is #D9D793.


Opacity

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

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

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

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

This text has shadow with #D9D793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D793 on black background.


Color preview on white background

This text has color #D9D793 on white background.



Black color preview on #D9D793 background

This text has black color on #D9D793 background.


White color preview on #D9D793 background

This text has white color on #D9D793 background.