COLOR #D9B58B

HEX: #D9B58B RGB: (217,181,139)

Color info

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

RGB color model

#D9B58B color RGB value is (217,181,139).

RGB: (217,181,139) (85%, 71%, 55%)

RGB channels and saturation

R 217 of 255 = 85%
G 181 of 255 = 71%
B 139 of 255 = 55%

217
181
139

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

Portions of RGB colors in percentages

R + G + B = 217 + 181 + 139 = 537 (100%)
R 217 of 537 ~ 40.41%
G 181 of 537 ~ 33.71%
B 139 of 537 ~ 25.88'%

%40.41
%33.71
%25.88

CMYK color model

#D9B58B color CMYK value is (0,17,36,15).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 35.94%
  • key color value is 14.90%

CMYK: (0,17,36,15)
C0M17Y36K15 (0%, 17%, 36%, 15%)
(0.00 / 0.17 / 0.36 / 0.15)

CMYK percentages

%0
%16.59
%35.94
%14.9

Codes

Color #D9B58B in popluar color models

D9 B5 8B
RGB 217 181 139
HSL 32° 50.65% 69.80%
HSB/HSV 32° 35.94% 85.10%
CMYK 0.00% 16.59% 35.94%
14.90%

Color #D9B58B in popluar number systems.

HEX D9 B5 8B
Decimal 217 181 139
Binary 11011001 10110101 10001011
Octal 331 265 213

Shades and tints

Shades of #D9B58B

#D9B58B
(217,181,139)
#C6A57F
(198,165,127)
#B39573
(179,149,115)
#A08567
(160,133,103)
#8D755B
(141,117,91)
#7A654F
(122,101,79)
#675543
(103,85,67)
#544537
(84,69,55)
#41352B
(65,53,43)
#2E251F
(46,37,31)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #D9B58B

#D9B58B
(217,181,139)
#DCBB95
(220,187,149)
#DFC19F
(223,193,159)
#E2C7A9
(226,199,169)
#E5CDB3
(229,205,179)
#E8D3BD
(232,211,189)
#EBD9C7
(235,217,199)
#EEDFD1
(238,223,209)
#F1E5DB
(241,229,219)
#F4EBE5
(244,235,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B58B; }

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

This text font color is #D9B58B.

Background Color

.myBgColor { background-color: #D9B58B; }

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

This div background color is #D9B58B.

Border color

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

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

This div border color is #D9B58B.

Opacity

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

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

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

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

This text has shadow with #D9B58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B58B.

Preview

Color preview on black background

This text has color #D9B58B on black background.


Color preview on white background

This text has color #D9B58B on white background.


Black color preview on #D9B58B background

This text has black color on #D9B58B background.


White color preview on #D9B58B background

This text has white color on #D9B58B background.


Related colors

Complementary color

Complementary color for #hex is #264A74.


I love getcolorcode.com

Triadic colors

1 #8BD9B5 and #B58BD9 with #D9B58B are triadic colors.

2 #8BB5D9 and #B5D98B with #D9B58B are triadic colors.