COLOR #D8C39C

HEX: #D8C39C
RGB: (216,195,156)

Color info

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

RGB color model

#D8C39C color RGB value is (216,195,156).

  • red value is 216;
  • green value is 195;
  • blue value is 156.
RGB:
(216,195,156)
(85%,76%,61%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 156 of 255 = 61%

216
195
156

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

Portions of RGB colors in percentages

R + G + B =
216 + 195 + 156 = 567 (100%)
R 216 of 567 ~ 38.1%
G 195 of 567 ~ 34.39%
B 156 of 567 ~ 27.51%

%38.1
%34.39
%27.51

CMYK color model

#D8C39C color CMYK value is (0,10,28,15).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 27.78%
  • key color value is 15.29%
CMYK:
(0,10,28,15)
C0M10Y28K15 
(0%,10%,28%,15%)
(0.00/0.10/0.28/0.15)	

CMYK percentages

%0
%9.72
%27.78
%15.29

Codes

Color #D8C39C in popluar color models

D8C39C
RGB216195156
HSL39°43.48%72.94%
HSB/HSV39°27.78%84.71%
CMYK0.00%9.72%27.78%
15.29%

Color #D8C39C in popluar number systems.

HEXD8C39C
Decimal216195156
Binary110110001100001110011100
Octal330303234

Shades and tints

Shades of #D8C39C

#D8C39C
(216,195,156)
#C5B28E
(197,178,142)
#B2A180
(178,161,128)
#9F9072
(159,144,114)
#8C7F64
(140,127,100)
#796E56
(121,110,86)
#665D48
(102,93,72)
#534C3A
(83,76,58)
#403B2C
(64,59,44)
#2D2A1E
(45,42,30)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #D8C39C

#D8C39C
(216,195,156)
#DBC8A5
(219,200,165)
#DECDAE
(222,205,174)
#E1D2B7
(225,210,183)
#E4D7C0
(228,215,192)
#E7DCC9
(231,220,201)
#EAE1D2
(234,225,210)
#EDE6DB
(237,230,219)
#F0EBE4
(240,235,228)
#F3F0ED
(243,240,237)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C39C color. Also use rgb(216,195,156) instead hex code.

Text Font Color

.myTextColor { color: #D8C39C; }

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

This text font color is #D8C39C.


Background Color

.myBgColor { background-color: #D8C39C; }

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

This div background color is #D8C39C.


Border color

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

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

This div border color is #D8C39C.


Opacity

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

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

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

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

This text has shadow with #D8C39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C39C on black background.


Color preview on white background

This text has color #D8C39C on white background.



Black color preview on #D8C39C background

This text has black color on #D8C39C background.


White color preview on #D8C39C background

This text has white color on #D8C39C background.