COLOR #D4B99F

HEX: #D4B99F
RGB: (212,185,159)

Color info

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

RGB color model

#D4B99F color RGB value is (212,185,159).

  • red value is 212;
  • green value is 185;
  • blue value is 159.
RGB:
(212,185,159)
(83%,73%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 159 of 255 = 62%

212
185
159

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

Portions of RGB colors in percentages

R + G + B =
212 + 185 + 159 = 556 (100%)
R 212 of 556 ~ 38.13%
G 185 of 556 ~ 33.27%
B 159 of 556 ~ 28.6%

%38.13
%33.27
%28.6

CMYK color model

#D4B99F color CMYK value is (0,13,25,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 25.00%
  • key color value is 16.86%
CMYK:
(0,13,25,17)
C0M13Y25K17 
(0%,13%,25%,17%)
(0.00/0.13/0.25/0.17)	

CMYK percentages

%0
%12.74
%25
%16.86

Codes

Color #D4B99F in popluar color models

D4B99F
RGB212185159
HSL29°38.13%72.75%
HSB/HSV29°25.00%83.14%
CMYK0.00%12.74%25.00%
16.86%

Color #D4B99F in popluar number systems.

HEXD4B99F
Decimal212185159
Binary110101001011100110011111
Octal324271237

Shades and tints

Shades of #D4B99F

#D4B99F
(212,185,159)
#C1A991
(193,169,145)
#AE9983
(174,153,131)
#9B8975
(155,137,117)
#887967
(136,121,103)
#756959
(117,105,89)
#62594B
(98,89,75)
#4F493D
(79,73,61)
#3C392F
(60,57,47)
#292921
(41,41,33)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #D4B99F

#D4B99F
(212,185,159)
#D7BFA7
(215,191,167)
#DAC5AF
(218,197,175)
#DDCBB7
(221,203,183)
#E0D1BF
(224,209,191)
#E3D7C7
(227,215,199)
#E6DDCF
(230,221,207)
#E9E3D7
(233,227,215)
#ECE9DF
(236,233,223)
#EFEFE7
(239,239,231)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B99F; }

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

This text font color is #D4B99F.


Background Color

.myBgColor { background-color: #D4B99F; }

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

This div background color is #D4B99F.


Border color

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

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

This div border color is #D4B99F.


Opacity

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

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

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

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

This text has shadow with #D4B99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B99F on black background.


Color preview on white background

This text has color #D4B99F on white background.



Black color preview on #D4B99F background

This text has black color on #D4B99F background.


White color preview on #D4B99F background

This text has white color on #D4B99F background.