COLOR #D5D79F

HEX: #D5D79F
RGB: (213,215,159)

Color info

#D5D79F contains red, green and blue colors in about the same proportion. Web safe color of #D5D79F is #CCCC99 (or #CC9).

RGB color model

#D5D79F color RGB value is (213,215,159).

  • red value is 213;
  • green value is 215;
  • blue value is 159.
RGB:
(213,215,159)
(84%,84%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 159 of 255 = 62%

213
215
159

R + G + B ~ 77%. #D5D79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 159 = 587 (100%)
R 213 of 587 ~ 36.29%
G 215 of 587 ~ 36.63%
B 159 of 587 ~ 27.09%

%36.29
%36.63
%27.09

CMYK color model

#D5D79F color CMYK value is (1,0,26,16).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(1,0,26,16)
C1M0Y26K16 
(1%,0%,26%,16%)
(0.01/0.00/0.26/0.16)	

CMYK percentages

%0.93
%0
%26.05
%15.69

Codes

Color #D5D79F in popluar color models

D5D79F
RGB213215159
HSL62°41.18%73.33%
HSB/HSV62°26.05%84.31%
CMYK0.93%0.00%26.05%
15.69%

Color #D5D79F in popluar number systems.

HEXD5D79F
Decimal213215159
Binary110101011101011110011111
Octal325327237

Shades and tints

Shades of #D5D79F

#D5D79F
(213,215,159)
#C2C491
(194,196,145)
#AFB183
(175,177,131)
#9C9E75
(156,158,117)
#898B67
(137,139,103)
#767859
(118,120,89)
#63654B
(99,101,75)
#50523D
(80,82,61)
#3D3F2F
(61,63,47)
#2A2C21
(42,44,33)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5D79F

#D5D79F
(213,215,159)
#D8DAA7
(216,218,167)
#DBDDAF
(219,221,175)
#DEE0B7
(222,224,183)
#E1E3BF
(225,227,191)
#E4E6C7
(228,230,199)
#E7E9CF
(231,233,207)
#EAECD7
(234,236,215)
#EDEFDF
(237,239,223)
#F0F2E7
(240,242,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D79F color. Also use rgb(213,215,159) instead hex code.

Text Font Color

.myTextColor { color: #D5D79F; }

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

This text font color is #D5D79F.


Background Color

.myBgColor { background-color: #D5D79F; }

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

This div background color is #D5D79F.


Border color

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

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

This div border color is #D5D79F.


Opacity

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

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

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

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

This text has shadow with #D5D79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D79F on black background.


Color preview on white background

This text has color #D5D79F on white background.



Black color preview on #D5D79F background

This text has black color on #D5D79F background.


White color preview on #D5D79F background

This text has white color on #D5D79F background.