COLOR #D8B47B

HEX: #D8B47B RGB: (216,180,123)

Color info

#D8B47B contains mainly red and green colors. Web safe color of #D8B47B is #CCCC66 (or #CC6).

RGB color model

#D8B47B color RGB value is (216,180,123).

RGB: (216,180,123) (85%, 71%, 48%)

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 123 of 255 = 48%

216
180
123

R + G + B ~ 68%. #D8B47B is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 180 + 123 = 519 (100%)
R 216 of 519 ~ 41.62%
G 180 of 519 ~ 34.68%
B 123 of 519 ~ 23.7'%

%41.62
%34.68
%23.7

CMYK color model

#D8B47B color CMYK value is (0,17,43,15).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK: (0,17,43,15) C0M17Y43K15 (0%,17%,43%,15%) (0.00/0.17/0.43/0.15) 

CMYK percentages

%0
%16.67
%43.06
%15.29

Codes

Color #D8B47B in popluar color models

D8 B4 7B
RGB 216 180 123
HSL 37° 54.39% 66.47%
HSB/HSV 37° 43.06% 84.71%
CMYK 0.00% 16.67% 43.06%
15.29%

Color #D8B47B in popluar number systems.

HEX D8 B4 7B
Decimal 216 180 123
Binary 11011000 10110100 1111011
Octal 330 264 173

Shades and tints

Shades of #D8B47B

#D8B47B
(216,180,123)
#C5A470
(197,164,112)
#B29465
(178,148,101)
#9F845A
(159,132,90)
#8C744F
(140,116,79)
#796444
(121,100,68)
#665439
(102,84,57)
#53442E
(83,68,46)
#403423
(64,52,35)
#2D2418
(45,36,24)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #D8B47B

#D8B47B
(216,180,123)
#DBBA87
(219,186,135)
#DEC093
(222,192,147)
#E1C69F
(225,198,159)
#E4CCAB
(228,204,171)
#E7D2B7
(231,210,183)
#EAD8C3
(234,216,195)
#EDDECF
(237,222,207)
#F0E4DB
(240,228,219)
#F3EAE7
(243,234,231)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B47B color. Also use rgb(216,180,123) instead hex code.

Text Font Color

.myTextColor { color: #D8B47B; }

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

This text font color is #D8B47B.

Background Color

.myBgColor { background-color: #D8B47B; }

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

This div background color is #D8B47B.

Border color

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

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

This div border color is #D8B47B.

Opacity

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

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

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

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

This text has shadow with #D8B47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B47B.

Preview

Color preview on black background

This text has color #D8B47B on black background.


Color preview on white background

This text has color #D8B47B on white background.


Black color preview on #D8B47B background

This text has black color on #D8B47B background.


White color preview on #D8B47B background

This text has white color on #D8B47B background.


Related colors

Complementary color

Complementary color for #hex is #274B84.


I love getcolorcode.com

Triadic colors

1 #7BD8B4 and #B47BD8 with #D8B47B are triadic colors.

2 #7BB4D8 and #B4D87B with #D8B47B are triadic colors.