COLOR #D0B789

HEX: #D0B789
RGB: (208,183,137)

Color info

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

RGB color model

#D0B789 color RGB value is (208,183,137).

  • red value is 208;
  • green value is 183;
  • blue value is 137.
RGB:
(208,183,137)
(82%,72%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 183 of 255 = 72%
B 137 of 255 = 54%

208
183
137

R + G + B ~ 69%. #D0B789 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 183 + 137 = 528 (100%)
R 208 of 528 ~ 39.39%
G 183 of 528 ~ 34.66%
B 137 of 528 ~ 25.95%

%39.39
%34.66
%25.95

CMYK color model

#D0B789 color CMYK value is (0,12,34,18).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK:
(0,12,34,18)
C0M12Y34K18 
(0%,12%,34%,18%)
(0.00/0.12/0.34/0.18)	

CMYK percentages

%0
%12.02
%34.13
%18.43

Codes

Color #D0B789 in popluar color models

D0B789
RGB208183137
HSL39°43.03%67.65%
HSB/HSV39°34.13%81.57%
CMYK0.00%12.02%34.13%
18.43%

Color #D0B789 in popluar number systems.

HEXD0B789
Decimal208183137
Binary110100001011011110001001
Octal320267211

Shades and tints

Shades of #D0B789

#D0B789
(208,183,137)
#BEA77D
(190,167,125)
#AC9771
(172,151,113)
#9A8765
(154,135,101)
#887759
(136,119,89)
#76674D
(118,103,77)
#645741
(100,87,65)
#524735
(82,71,53)
#403729
(64,55,41)
#2E271D
(46,39,29)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #D0B789

#D0B789
(208,183,137)
#D4BD93
(212,189,147)
#D8C39D
(216,195,157)
#DCC9A7
(220,201,167)
#E0CFB1
(224,207,177)
#E4D5BB
(228,213,187)
#E8DBC5
(232,219,197)
#ECE1CF
(236,225,207)
#F0E7D9
(240,231,217)
#F4EDE3
(244,237,227)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B789 color. Also use rgb(208,183,137) instead hex code.

Text Font Color

.myTextColor { color: #D0B789; }

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

This text font color is #D0B789.


Background Color

.myBgColor { background-color: #D0B789; }

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

This div background color is #D0B789.


Border color

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

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

This div border color is #D0B789.


Opacity

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

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

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

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

This text has shadow with #D0B789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B789 on black background.


Color preview on white background

This text has color #D0B789 on white background.



Black color preview on #D0B789 background

This text has black color on #D0B789 background.


White color preview on #D0B789 background

This text has white color on #D0B789 background.