COLOR #D8B59E

HEX: #D8B59E
RGB: (216,181,158)

Color info

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

RGB color model

#D8B59E color RGB value is (216,181,158).

  • red value is 216;
  • green value is 181;
  • blue value is 158.
RGB:
(216,181,158)
(85%,71%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 181 of 255 = 71%
B 158 of 255 = 62%

216
181
158

R + G + B ~ 73%. #D8B59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 181 + 158 = 555 (100%)
R 216 of 555 ~ 38.92%
G 181 of 555 ~ 32.61%
B 158 of 555 ~ 28.47%

%38.92
%32.61
%28.47

CMYK color model

#D8B59E color CMYK value is (0,16,27,15).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,16,27,15)
C0M16Y27K15 
(0%,16%,27%,15%)
(0.00/0.16/0.27/0.15)	

CMYK percentages

%0
%16.2
%26.85
%15.29

Codes

Color #D8B59E in popluar color models

D8B59E
RGB216181158
HSL24°42.65%73.33%
HSB/HSV24°26.85%84.71%
CMYK0.00%16.20%26.85%
15.29%

Color #D8B59E in popluar number systems.

HEXD8B59E
Decimal216181158
Binary110110001011010110011110
Octal330265236

Shades and tints

Shades of #D8B59E

#D8B59E
(216,181,158)
#C5A590
(197,165,144)
#B29582
(178,149,130)
#9F8574
(159,133,116)
#8C7566
(140,117,102)
#796558
(121,101,88)
#66554A
(102,85,74)
#53453C
(83,69,60)
#40352E
(64,53,46)
#2D2520
(45,37,32)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D8B59E

#D8B59E
(216,181,158)
#DBBBA6
(219,187,166)
#DEC1AE
(222,193,174)
#E1C7B6
(225,199,182)
#E4CDBE
(228,205,190)
#E7D3C6
(231,211,198)
#EAD9CE
(234,217,206)
#EDDFD6
(237,223,214)
#F0E5DE
(240,229,222)
#F3EBE6
(243,235,230)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B59E color. Also use rgb(216,181,158) instead hex code.

Text Font Color

.myTextColor { color: #D8B59E; }

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

This text font color is #D8B59E.


Background Color

.myBgColor { background-color: #D8B59E; }

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

This div background color is #D8B59E.


Border color

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

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

This div border color is #D8B59E.


Opacity

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

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

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

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

This text has shadow with #D8B59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B59E on black background.


Color preview on white background

This text has color #D8B59E on white background.



Black color preview on #D8B59E background

This text has black color on #D8B59E background.


White color preview on #D8B59E background

This text has white color on #D8B59E background.