COLOR #D7C08F

HEX: #D7C08F
RGB: (215,192,143)

Color info

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

RGB color model

#D7C08F color RGB value is (215,192,143).

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

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 143 of 255 = 56%

215
192
143

R + G + B ~ 72%. #D7C08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 143 = 550 (100%)
R 215 of 550 ~ 39.09%
G 192 of 550 ~ 34.91%
B 143 of 550 ~ 26%

%39.09
%34.91
%26

CMYK color model

#D7C08F color CMYK value is (0,11,33,16).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 33.49%
  • key color value is 15.69%
CMYK:
(0,11,33,16)
C0M11Y33K16 
(0%,11%,33%,16%)
(0.00/0.11/0.33/0.16)	

CMYK percentages

%0
%10.7
%33.49
%15.69

Codes

Color #D7C08F in popluar color models

D7C08F
RGB215192143
HSL41°47.37%70.20%
HSB/HSV41°33.49%84.31%
CMYK0.00%10.70%33.49%
15.69%

Color #D7C08F in popluar number systems.

HEXD7C08F
Decimal215192143
Binary110101111100000010001111
Octal327300217

Shades and tints

Shades of #D7C08F

#D7C08F
(215,192,143)
#C4AF82
(196,175,130)
#B19E75
(177,158,117)
#9E8D68
(158,141,104)
#8B7C5B
(139,124,91)
#786B4E
(120,107,78)
#655A41
(101,90,65)
#524934
(82,73,52)
#3F3827
(63,56,39)
#2C271A
(44,39,26)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #D7C08F

#D7C08F
(215,192,143)
#DAC599
(218,197,153)
#DDCAA3
(221,202,163)
#E0CFAD
(224,207,173)
#E3D4B7
(227,212,183)
#E6D9C1
(230,217,193)
#E9DECB
(233,222,203)
#ECE3D5
(236,227,213)
#EFE8DF
(239,232,223)
#F2EDE9
(242,237,233)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C08F; }

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

This text font color is #D7C08F.


Background Color

.myBgColor { background-color: #D7C08F; }

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

This div background color is #D7C08F.


Border color

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

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

This div border color is #D7C08F.


Opacity

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

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

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

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

This text has shadow with #D7C08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C08F on black background.


Color preview on white background

This text has color #D7C08F on white background.



Black color preview on #D7C08F background

This text has black color on #D7C08F background.


White color preview on #D7C08F background

This text has white color on #D7C08F background.