COLOR #D0B88B

HEX: #D0B88B RGB: (208,184,139)

Color info

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

RGB color model

#D0B88B color RGB value is (208,184,139).

RGB: (208,184,139) (82%, 72%, 55%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 139 of 255 = 55%

208
184
139

R + G + B ~ 70%. #D0B88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 184 + 139 = 531 (100%)
R 208 of 531 ~ 39.17%
G 184 of 531 ~ 34.65%
B 139 of 531 ~ 26.18'%

%39.17
%34.65
%26.18

CMYK color model

#D0B88B color CMYK value is (0,12,33,18).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 33.17%
  • key color value is 18.43%
CMYK: (0,12,33,18) C0M12Y33K18 (0%,12%,33%,18%) (0.00/0.12/0.33/0.18) 

CMYK percentages

%0
%11.54
%33.17
%18.43

Codes

Color #D0B88B in popluar color models

D0 B8 8B
RGB 208 184 139
HSL 39° 42.33% 68.04%
HSB/HSV 39° 33.17% 81.57%
CMYK 0.00% 11.54% 33.17%
18.43%

Color #D0B88B in popluar number systems.

HEX D0 B8 8B
Decimal 208 184 139
Binary 11010000 10111000 10001011
Octal 320 270 213

Shades and tints

Shades of #D0B88B

#D0B88B
(208,184,139)
#BEA87F
(190,168,127)
#AC9873
(172,152,115)
#9A8867
(154,136,103)
#88785B
(136,120,91)
#76684F
(118,104,79)
#645843
(100,88,67)
#524837
(82,72,55)
#40382B
(64,56,43)
#2E281F
(46,40,31)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #D0B88B

#D0B88B
(208,184,139)
#D4BE95
(212,190,149)
#D8C49F
(216,196,159)
#DCCAA9
(220,202,169)
#E0D0B3
(224,208,179)
#E4D6BD
(228,214,189)
#E8DCC7
(232,220,199)
#ECE2D1
(236,226,209)
#F0E8DB
(240,232,219)
#F4EEE5
(244,238,229)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B88B color. Also use rgb(208,184,139) instead hex code.

Text Font Color

.myTextColor { color: #D0B88B; }

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

This text font color is #D0B88B.

Background Color

.myBgColor { background-color: #D0B88B; }

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

This div background color is #D0B88B.

Border color

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

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

This div border color is #D0B88B.

Opacity

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

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

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

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

This text has shadow with #D0B88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B88B.

Preview

Color preview on black background

This text has color #D0B88B on black background.


Color preview on white background

This text has color #D0B88B on white background.


Black color preview on #D0B88B background

This text has black color on #D0B88B background.


White color preview on #D0B88B background

This text has white color on #D0B88B background.


Related colors

Complementary color

Complementary color for #hex is #2F4774.


I love getcolorcode.com

Triadic colors

1 #8BD0B8 and #B88BD0 with #D0B88B are triadic colors.

2 #8BB8D0 and #B8D08B with #D0B88B are triadic colors.