COLOR #D1B58F

HEX: #D1B58F
RGB: (209,181,143)

Color info

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

RGB color model

#D1B58F color RGB value is (209,181,143).

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

RGB channels and saturation

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

209
181
143

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

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 143 = 533 (100%)
R 209 of 533 ~ 39.21%
G 181 of 533 ~ 33.96%
B 143 of 533 ~ 26.83%

%39.21
%33.96
%26.83

CMYK color model

#D1B58F color CMYK value is (0,13,32,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 31.58%
  • key color value is 18.04%
CMYK:
(0,13,32,18)
C0M13Y32K18 
(0%,13%,32%,18%)
(0.00/0.13/0.32/0.18)	

CMYK percentages

%0
%13.4
%31.58
%18.04

Codes

Color #D1B58F in popluar color models

D1B58F
RGB209181143
HSL35°41.77%69.02%
HSB/HSV35°31.58%81.96%
CMYK0.00%13.40%31.58%
18.04%

Color #D1B58F in popluar number systems.

HEXD1B58F
Decimal209181143
Binary110100011011010110001111
Octal321265217

Shades and tints

Shades of #D1B58F

#D1B58F
(209,181,143)
#BEA582
(190,165,130)
#AB9575
(171,149,117)
#988568
(152,133,104)
#85755B
(133,117,91)
#72654E
(114,101,78)
#5F5541
(95,85,65)
#4C4534
(76,69,52)
#393527
(57,53,39)
#26251A
(38,37,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #D1B58F

#D1B58F
(209,181,143)
#D5BB99
(213,187,153)
#D9C1A3
(217,193,163)
#DDC7AD
(221,199,173)
#E1CDB7
(225,205,183)
#E5D3C1
(229,211,193)
#E9D9CB
(233,217,203)
#EDDFD5
(237,223,213)
#F1E5DF
(241,229,223)
#F5EBE9
(245,235,233)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B58F; }

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

This text font color is #D1B58F.


Background Color

.myBgColor { background-color: #D1B58F; }

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

This div background color is #D1B58F.


Border color

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

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

This div border color is #D1B58F.


Opacity

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

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

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

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

This text has shadow with #D1B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B58F on black background.


Color preview on white background

This text has color #D1B58F on white background.



Black color preview on #D1B58F background

This text has black color on #D1B58F background.


White color preview on #D1B58F background

This text has white color on #D1B58F background.