COLOR #D1B58B

HEX: #D1B58B
RGB: (209,181,139)

Color info

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

RGB color model

#D1B58B color RGB value is (209,181,139).

  • red value is 209;
  • green value is 181;
  • blue value is 139.
RGB:
(209,181,139)
(82%,71%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 139 of 255 = 55%

209
181
139

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

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 139 = 529 (100%)
R 209 of 529 ~ 39.51%
G 181 of 529 ~ 34.22%
B 139 of 529 ~ 26.28%

%39.51
%34.22
%26.28

CMYK color model

#D1B58B color CMYK value is (0,13,33,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(0,13,33,18)
C0M13Y33K18 
(0%,13%,33%,18%)
(0.00/0.13/0.33/0.18)	

CMYK percentages

%0
%13.4
%33.49
%18.04

Codes

Color #D1B58B in popluar color models

D1B58B
RGB209181139
HSL36°43.21%68.24%
HSB/HSV36°33.49%81.96%
CMYK0.00%13.40%33.49%
18.04%

Color #D1B58B in popluar number systems.

HEXD1B58B
Decimal209181139
Binary110100011011010110001011
Octal321265213

Shades and tints

Shades of #D1B58B

#D1B58B
(209,181,139)
#BEA57F
(190,165,127)
#AB9573
(171,149,115)
#988567
(152,133,103)
#85755B
(133,117,91)
#72654F
(114,101,79)
#5F5543
(95,85,67)
#4C4537
(76,69,55)
#39352B
(57,53,43)
#26251F
(38,37,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D1B58B

#D1B58B
(209,181,139)
#D5BB95
(213,187,149)
#D9C19F
(217,193,159)
#DDC7A9
(221,199,169)
#E1CDB3
(225,205,179)
#E5D3BD
(229,211,189)
#E9D9C7
(233,217,199)
#EDDFD1
(237,223,209)
#F1E5DB
(241,229,219)
#F5EBE5
(245,235,229)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B58B color. Also use rgb(209,181,139) instead hex code.

Text Font Color

.myTextColor { color: #D1B58B; }

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

This text font color is #D1B58B.


Background Color

.myBgColor { background-color: #D1B58B; }

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

This div background color is #D1B58B.


Border color

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

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

This div border color is #D1B58B.


Opacity

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

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

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

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

This text has shadow with #D1B58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B58B on black background.


Color preview on white background

This text has color #D1B58B on white background.



Black color preview on #D1B58B background

This text has black color on #D1B58B background.


White color preview on #D1B58B background

This text has white color on #D1B58B background.