COLOR #D1B591

HEX: #D1B591
RGB: (209,181,145)

Color info

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

RGB color model

#D1B591 color RGB value is (209,181,145).

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

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 145 of 255 = 57%

209
181
145

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

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 145 = 535 (100%)
R 209 of 535 ~ 39.07%
G 181 of 535 ~ 33.83%
B 145 of 535 ~ 27.1%

%39.07
%33.83
%27.1

CMYK color model

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

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

CMYK percentages

%0
%13.4
%30.62
%18.04

Codes

Color #D1B591 in popluar color models

D1B591
RGB209181145
HSL34°41.03%69.41%
HSB/HSV34°30.62%81.96%
CMYK0.00%13.40%30.62%
18.04%

Color #D1B591 in popluar number systems.

HEXD1B591
Decimal209181145
Binary110100011011010110010001
Octal321265221

Shades and tints

Shades of #D1B591

#D1B591
(209,181,145)
#BEA584
(190,165,132)
#AB9577
(171,149,119)
#98856A
(152,133,106)
#85755D
(133,117,93)
#726550
(114,101,80)
#5F5543
(95,85,67)
#4C4536
(76,69,54)
#393529
(57,53,41)
#26251C
(38,37,28)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #D1B591

#D1B591
(209,181,145)
#D5BB9B
(213,187,155)
#D9C1A5
(217,193,165)
#DDC7AF
(221,199,175)
#E1CDB9
(225,205,185)
#E5D3C3
(229,211,195)
#E9D9CD
(233,217,205)
#EDDFD7
(237,223,215)
#F1E5E1
(241,229,225)
#F5EBEB
(245,235,235)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B591; }

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

This text font color is #D1B591.


Background Color

.myBgColor { background-color: #D1B591; }

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

This div background color is #D1B591.


Border color

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

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

This div border color is #D1B591.


Opacity

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

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

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

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

This text has shadow with #D1B591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B591 on black background.


Color preview on white background

This text has color #D1B591 on white background.



Black color preview on #D1B591 background

This text has black color on #D1B591 background.


White color preview on #D1B591 background

This text has white color on #D1B591 background.