COLOR #D8C29B

HEX: #D8C29B
RGB: (216,194,155)

Color info

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

RGB color model

#D8C29B color RGB value is (216,194,155).

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

RGB channels and saturation

R 216 of 255 = 85%
G 194 of 255 = 76%
B 155 of 255 = 61%

216
194
155

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

Portions of RGB colors in percentages

R + G + B =
216 + 194 + 155 = 565 (100%)
R 216 of 565 ~ 38.23%
G 194 of 565 ~ 34.34%
B 155 of 565 ~ 27.43%

%38.23
%34.34
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 28.24%
  • 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
%10.19
%28.24
%15.29

Codes

Color #D8C29B in popluar color models

D8C29B
RGB216194155
HSL38°43.88%72.75%
HSB/HSV38°28.24%84.71%
CMYK0.00%10.19%28.24%
15.29%

Color #D8C29B in popluar number systems.

HEXD8C29B
Decimal216194155
Binary110110001100001010011011
Octal330302233

Shades and tints

Shades of #D8C29B

#D8C29B
(216,194,155)
#C5B18D
(197,177,141)
#B2A07F
(178,160,127)
#9F8F71
(159,143,113)
#8C7E63
(140,126,99)
#796D55
(121,109,85)
#665C47
(102,92,71)
#534B39
(83,75,57)
#403A2B
(64,58,43)
#2D291D
(45,41,29)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #D8C29B

#D8C29B
(216,194,155)
#DBC7A4
(219,199,164)
#DECCAD
(222,204,173)
#E1D1B6
(225,209,182)
#E4D6BF
(228,214,191)
#E7DBC8
(231,219,200)
#EAE0D1
(234,224,209)
#EDE5DA
(237,229,218)
#F0EAE3
(240,234,227)
#F3EFEC
(243,239,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C29B color. Also use rgb(216,194,155) instead hex code.

Text Font Color

.myTextColor { color: #D8C29B; }

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

This text font color is #D8C29B.


Background Color

.myBgColor { background-color: #D8C29B; }

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

This div background color is #D8C29B.


Border color

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

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

This div border color is #D8C29B.


Opacity

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

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

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

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

This text has shadow with #D8C29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C29B on black background.


Color preview on white background

This text has color #D8C29B on white background.



Black color preview on #D8C29B background

This text has black color on #D8C29B background.


White color preview on #D8C29B background

This text has white color on #D8C29B background.