COLOR #D0B58F

HEX: #D0B58F
RGB: (208,181,143)

Color info

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

RGB color model

#D0B58F color RGB value is (208,181,143).

  • red value is 208;
  • green value is 181;
  • blue value is 143.
RGB:
(208,181,143)
(82%,71%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 143 of 255 = 56%

208
181
143

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

Portions of RGB colors in percentages

R + G + B =
208 + 181 + 143 = 532 (100%)
R 208 of 532 ~ 39.1%
G 181 of 532 ~ 34.02%
B 143 of 532 ~ 26.88%

%39.1
%34.02
%26.88

CMYK color model

#D0B58F color CMYK value is (0,13,31,18).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 31.25%
  • key color value is 18.43%
CMYK:
(0,13,31,18)
C0M13Y31K18 
(0%,13%,31%,18%)
(0.00/0.13/0.31/0.18)	

CMYK percentages

%0
%12.98
%31.25
%18.43

Codes

Color #D0B58F in popluar color models

D0B58F
RGB208181143
HSL35°40.88%68.82%
HSB/HSV35°31.25%81.57%
CMYK0.00%12.98%31.25%
18.43%

Color #D0B58F in popluar number systems.

HEXD0B58F
Decimal208181143
Binary110100001011010110001111
Octal320265217

Shades and tints

Shades of #D0B58F

#D0B58F
(208,181,143)
#BEA582
(190,165,130)
#AC9575
(172,149,117)
#9A8568
(154,133,104)
#88755B
(136,117,91)
#76654E
(118,101,78)
#645541
(100,85,65)
#524534
(82,69,52)
#403527
(64,53,39)
#2E251A
(46,37,26)
#1C150D
(28,21,13)
#000000
(0,0,0)

Tints of #D0B58F

#D0B58F
(208,181,143)
#D4BB99
(212,187,153)
#D8C1A3
(216,193,163)
#DCC7AD
(220,199,173)
#E0CDB7
(224,205,183)
#E4D3C1
(228,211,193)
#E8D9CB
(232,217,203)
#ECDFD5
(236,223,213)
#F0E5DF
(240,229,223)
#F4EBE9
(244,235,233)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B58F color. Also use rgb(208,181,143) instead hex code.

Text Font Color

.myTextColor { color: #D0B58F; }

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

This text font color is #D0B58F.


Background Color

.myBgColor { background-color: #D0B58F; }

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

This div background color is #D0B58F.


Border color

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

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

This div border color is #D0B58F.


Opacity

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

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

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

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

This text has shadow with #D0B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B58F on black background.


Color preview on white background

This text has color #D0B58F on white background.



Black color preview on #D0B58F background

This text has black color on #D0B58F background.


White color preview on #D0B58F background

This text has white color on #D0B58F background.