COLOR #D8B172

HEX: #D8B172
RGB: (216,177,114)

Color info

#D8B172 contains mainly red and green colors. Web safe color of #D8B172 is #CC9966 (or #C96).

RGB color model

#D8B172 color RGB value is (216,177,114).

  • red value is 216;
  • green value is 177;
  • blue value is 114.
RGB:
(216,177,114)
(85%,69%,45%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 114 of 255 = 45%

216
177
114

R + G + B ~ 66%. #D8B172 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 114 = 507 (100%)
R 216 of 507 ~ 42.6%
G 177 of 507 ~ 34.91%
B 114 of 507 ~ 22.49%

%42.6
%34.91
%22.49

CMYK color model

#D8B172 color CMYK value is (0,18,47,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 47.22%
  • key color value is 15.29%
CMYK:
(0,18,47,15)
C0M18Y47K15 
(0%,18%,47%,15%)
(0.00/0.18/0.47/0.15)	

CMYK percentages

%0
%18.06
%47.22
%15.29

Codes

Color #D8B172 in popluar color models

D8B172
RGB216177114
HSL37°56.67%64.71%
HSB/HSV37°47.22%84.71%
CMYK0.00%18.06%47.22%
15.29%

Color #D8B172 in popluar number systems.

HEXD8B172
Decimal216177114
Binary11011000101100011110010
Octal330261162

Shades and tints

Shades of #D8B172

#D8B172
(216,177,114)
#C5A168
(197,161,104)
#B2915E
(178,145,94)
#9F8154
(159,129,84)
#8C714A
(140,113,74)
#796140
(121,97,64)
#665136
(102,81,54)
#53412C
(83,65,44)
#403122
(64,49,34)
#2D2118
(45,33,24)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #D8B172

#D8B172
(216,177,114)
#DBB87E
(219,184,126)
#DEBF8A
(222,191,138)
#E1C696
(225,198,150)
#E4CDA2
(228,205,162)
#E7D4AE
(231,212,174)
#EADBBA
(234,219,186)
#EDE2C6
(237,226,198)
#F0E9D2
(240,233,210)
#F3F0DE
(243,240,222)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B172 color. Also use rgb(216,177,114) instead hex code.

Text Font Color

.myTextColor { color: #D8B172; }

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

This text font color is #D8B172.


Background Color

.myBgColor { background-color: #D8B172; }

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

This div background color is #D8B172.


Border color

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

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

This div border color is #D8B172.


Opacity

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

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

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

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

This text has shadow with #D8B172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B172 on black background.


Color preview on white background

This text has color #D8B172 on white background.



Black color preview on #D8B172 background

This text has black color on #D8B172 background.


White color preview on #D8B172 background

This text has white color on #D8B172 background.