COLOR #D7C09D

HEX: #D7C09D
RGB: (215,192,157)

Color info

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

RGB color model

#D7C09D color RGB value is (215,192,157).

  • red value is 215;
  • green value is 192;
  • blue value is 157.
RGB:
(215,192,157)
(84%,75%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 157 of 255 = 62%

215
192
157

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

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 157 = 564 (100%)
R 215 of 564 ~ 38.12%
G 192 of 564 ~ 34.04%
B 157 of 564 ~ 27.84%

%38.12
%34.04
%27.84

CMYK color model

#D7C09D color CMYK value is (0,11,27,16).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK:
(0,11,27,16)
C0M11Y27K16 
(0%,11%,27%,16%)
(0.00/0.11/0.27/0.16)	

CMYK percentages

%0
%10.7
%26.98
%15.69

Codes

Color #D7C09D in popluar color models

D7C09D
RGB215192157
HSL36°42.03%72.94%
HSB/HSV36°26.98%84.31%
CMYK0.00%10.70%26.98%
15.69%

Color #D7C09D in popluar number systems.

HEXD7C09D
Decimal215192157
Binary110101111100000010011101
Octal327300235

Shades and tints

Shades of #D7C09D

#D7C09D
(215,192,157)
#C4AF8F
(196,175,143)
#B19E81
(177,158,129)
#9E8D73
(158,141,115)
#8B7C65
(139,124,101)
#786B57
(120,107,87)
#655A49
(101,90,73)
#52493B
(82,73,59)
#3F382D
(63,56,45)
#2C271F
(44,39,31)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #D7C09D

#D7C09D
(215,192,157)
#DAC5A5
(218,197,165)
#DDCAAD
(221,202,173)
#E0CFB5
(224,207,181)
#E3D4BD
(227,212,189)
#E6D9C5
(230,217,197)
#E9DECD
(233,222,205)
#ECE3D5
(236,227,213)
#EFE8DD
(239,232,221)
#F2EDE5
(242,237,229)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C09D color. Also use rgb(215,192,157) instead hex code.

Text Font Color

.myTextColor { color: #D7C09D; }

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

This text font color is #D7C09D.


Background Color

.myBgColor { background-color: #D7C09D; }

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

This div background color is #D7C09D.


Border color

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

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

This div border color is #D7C09D.


Opacity

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

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

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

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

This text has shadow with #D7C09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C09D on black background.


Color preview on white background

This text has color #D7C09D on white background.



Black color preview on #D7C09D background

This text has black color on #D7C09D background.


White color preview on #D7C09D background

This text has white color on #D7C09D background.