COLOR #D3C79D

HEX: #D3C79D
RGB: (211,199,157)

Color info

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

RGB color model

#D3C79D color RGB value is (211,199,157).

  • red value is 211;
  • green value is 199;
  • blue value is 157.
RGB:
(211,199,157)
(83%,78%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 199 of 255 = 78%
B 157 of 255 = 62%

211
199
157

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

Portions of RGB colors in percentages

R + G + B =
211 + 199 + 157 = 567 (100%)
R 211 of 567 ~ 37.21%
G 199 of 567 ~ 35.1%
B 157 of 567 ~ 27.69%

%37.21
%35.1
%27.69

CMYK color model

#D3C79D color CMYK value is (0,6,26,17).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,6,26,17)
C0M6Y26K17 
(0%,6%,26%,17%)
(0.00/0.06/0.26/0.17)	

CMYK percentages

%0
%5.69
%25.59
%17.25

Codes

Color #D3C79D in popluar color models

D3C79D
RGB211199157
HSL47°38.03%72.16%
HSB/HSV47°25.59%82.75%
CMYK0.00%5.69%25.59%
17.25%

Color #D3C79D in popluar number systems.

HEXD3C79D
Decimal211199157
Binary110100111100011110011101
Octal323307235

Shades and tints

Shades of #D3C79D

#D3C79D
(211,199,157)
#C0B58F
(192,181,143)
#ADA381
(173,163,129)
#9A9173
(154,145,115)
#877F65
(135,127,101)
#746D57
(116,109,87)
#615B49
(97,91,73)
#4E493B
(78,73,59)
#3B372D
(59,55,45)
#28251F
(40,37,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #D3C79D

#D3C79D
(211,199,157)
#D7CCA5
(215,204,165)
#DBD1AD
(219,209,173)
#DFD6B5
(223,214,181)
#E3DBBD
(227,219,189)
#E7E0C5
(231,224,197)
#EBE5CD
(235,229,205)
#EFEAD5
(239,234,213)
#F3EFDD
(243,239,221)
#F7F4E5
(247,244,229)
#FBF9ED
(251,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C79D color. Also use rgb(211,199,157) instead hex code.

Text Font Color

.myTextColor { color: #D3C79D; }

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

This text font color is #D3C79D.


Background Color

.myBgColor { background-color: #D3C79D; }

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

This div background color is #D3C79D.


Border color

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

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

This div border color is #D3C79D.


Opacity

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

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

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

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

This text has shadow with #D3C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C79D on black background.


Color preview on white background

This text has color #D3C79D on white background.



Black color preview on #D3C79D background

This text has black color on #D3C79D background.


White color preview on #D3C79D background

This text has white color on #D3C79D background.