COLOR #D5B99F

HEX: #D5B99F RGB: (213,185,159)

Color info

#D5B99F contains red, green and blue colors in about the same proportion. Web safe color of #D5B99F is #CCCC99 (or #CC9).

RGB color model

#D5B99F color RGB value is (213,185,159).

RGB: (213,185,159) (84%, 73%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 185 of 255 = 73%
B 159 of 255 = 62%

213
185
159

R + G + B ~ 73%. #D5B99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 185 + 159 = 557 (100%)
R 213 of 557 ~ 38.24%
G 185 of 557 ~ 33.21%
B 159 of 557 ~ 28.55'%

%38.24
%33.21
%28.55

CMYK color model

#D5B99F color CMYK value is (0,13,25,16).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 25.35%
  • key color value is 16.47%

CMYK: (0,13,25,16)
C0M13Y25K16 (0%, 13%, 25%, 16%)
(0.00 / 0.13 / 0.25 / 0.16)

CMYK percentages

%0
%13.15
%25.35
%16.47

Codes

Color #D5B99F in popluar color models

D5 B9 9F
RGB 213 185 159
HSL 29° 39.13% 72.94%
HSB/HSV 29° 25.35% 83.53%
CMYK 0.00% 13.15% 25.35%
16.47%

Color #D5B99F in popluar number systems.

HEX D5 B9 9F
Decimal 213 185 159
Binary 11010101 10111001 10011111
Octal 325 271 237

Shades and tints

Shades of #D5B99F

#D5B99F
(213,185,159)
#C2A991
(194,169,145)
#AF9983
(175,153,131)
#9C8975
(156,137,117)
#897967
(137,121,103)
#766959
(118,105,89)
#63594B
(99,89,75)
#50493D
(80,73,61)
#3D392F
(61,57,47)
#2A2921
(42,41,33)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5B99F

#D5B99F
(213,185,159)
#D8BFA7
(216,191,167)
#DBC5AF
(219,197,175)
#DECBB7
(222,203,183)
#E1D1BF
(225,209,191)
#E4D7C7
(228,215,199)
#E7DDCF
(231,221,207)
#EAE3D7
(234,227,215)
#EDE9DF
(237,233,223)
#F0EFE7
(240,239,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B99F color. Also use rgb(213,185,159) instead hex code.

Text Font Color

.myTextColor { color: #D5B99F; }

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

This text font color is #D5B99F.

Background Color

.myBgColor { background-color: #D5B99F; }

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

This div background color is #D5B99F.

Border color

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

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

This div border color is #D5B99F.

Opacity

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

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

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

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

This text has shadow with #D5B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B99F.

Preview

Color preview on black background

This text has color #D5B99F on black background.


Color preview on white background

This text has color #D5B99F on white background.


Black color preview on #D5B99F background

This text has black color on #D5B99F background.


White color preview on #D5B99F background

This text has white color on #D5B99F background.


Related colors

Complementary color

Complementary color for #hex is #2A4660.


I love getcolorcode.com

Triadic colors

1 #9FD5B9 and #B99FD5 with #D5B99F are triadic colors.

2 #9FB9D5 and #B9D59F with #D5B99F are triadic colors.