COLOR #D7C29F

HEX: #D7C29F
RGB: (215,194,159)

Color info

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

RGB color model

#D7C29F color RGB value is (215,194,159).

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

RGB channels and saturation

R 215 of 255 = 84%
G 194 of 255 = 76%
B 159 of 255 = 62%

215
194
159

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

Portions of RGB colors in percentages

R + G + B =
215 + 194 + 159 = 568 (100%)
R 215 of 568 ~ 37.85%
G 194 of 568 ~ 34.15%
B 159 of 568 ~ 27.99%

%37.85
%34.15
%27.99

CMYK color model

#D7C29F color CMYK value is (0,10,26,16).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(0,10,26,16)
C0M10Y26K16 
(0%,10%,26%,16%)
(0.00/0.10/0.26/0.16)	

CMYK percentages

%0
%9.77
%26.05
%15.69

Codes

Color #D7C29F in popluar color models

D7C29F
RGB215194159
HSL38°41.18%73.33%
HSB/HSV38°26.05%84.31%
CMYK0.00%9.77%26.05%
15.69%

Color #D7C29F in popluar number systems.

HEXD7C29F
Decimal215194159
Binary110101111100001010011111
Octal327302237

Shades and tints

Shades of #D7C29F

#D7C29F
(215,194,159)
#C4B191
(196,177,145)
#B1A083
(177,160,131)
#9E8F75
(158,143,117)
#8B7E67
(139,126,103)
#786D59
(120,109,89)
#655C4B
(101,92,75)
#524B3D
(82,75,61)
#3F3A2F
(63,58,47)
#2C2921
(44,41,33)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7C29F

#D7C29F
(215,194,159)
#DAC7A7
(218,199,167)
#DDCCAF
(221,204,175)
#E0D1B7
(224,209,183)
#E3D6BF
(227,214,191)
#E6DBC7
(230,219,199)
#E9E0CF
(233,224,207)
#ECE5D7
(236,229,215)
#EFEADF
(239,234,223)
#F2EFE7
(242,239,231)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C29F; }

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

This text font color is #D7C29F.


Background Color

.myBgColor { background-color: #D7C29F; }

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

This div background color is #D7C29F.


Border color

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

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

This div border color is #D7C29F.


Opacity

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

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

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

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

This text has shadow with #D7C29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C29F on black background.


Color preview on white background

This text has color #D7C29F on white background.



Black color preview on #D7C29F background

This text has black color on #D7C29F background.


White color preview on #D7C29F background

This text has white color on #D7C29F background.