COLOR #D4B99C

HEX: #D4B99C
RGB: (212,185,156)

Color info

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

RGB color model

#D4B99C color RGB value is (212,185,156).

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

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 156 of 255 = 61%

212
185
156

R + G + B ~ 72%. #D4B99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 185 + 156 = 553 (100%)
R 212 of 553 ~ 38.34%
G 185 of 553 ~ 33.45%
B 156 of 553 ~ 28.21%

%38.34
%33.45
%28.21

CMYK color model

#D4B99C color CMYK value is (0,13,26,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(0,13,26,17)
C0M13Y26K17 
(0%,13%,26%,17%)
(0.00/0.13/0.26/0.17)	

CMYK percentages

%0
%12.74
%26.42
%16.86

Codes

Color #D4B99C in popluar color models

D4B99C
RGB212185156
HSL31°39.44%72.16%
HSB/HSV31°26.42%83.14%
CMYK0.00%12.74%26.42%
16.86%

Color #D4B99C in popluar number systems.

HEXD4B99C
Decimal212185156
Binary110101001011100110011100
Octal324271234

Shades and tints

Shades of #D4B99C

#D4B99C
(212,185,156)
#C1A98E
(193,169,142)
#AE9980
(174,153,128)
#9B8972
(155,137,114)
#887964
(136,121,100)
#756956
(117,105,86)
#625948
(98,89,72)
#4F493A
(79,73,58)
#3C392C
(60,57,44)
#29291E
(41,41,30)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #D4B99C

#D4B99C
(212,185,156)
#D7BFA5
(215,191,165)
#DAC5AE
(218,197,174)
#DDCBB7
(221,203,183)
#E0D1C0
(224,209,192)
#E3D7C9
(227,215,201)
#E6DDD2
(230,221,210)
#E9E3DB
(233,227,219)
#ECE9E4
(236,233,228)
#EFEFED
(239,239,237)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B99C; }

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

This text font color is #D4B99C.


Background Color

.myBgColor { background-color: #D4B99C; }

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

This div background color is #D4B99C.


Border color

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

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

This div border color is #D4B99C.


Opacity

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

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

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

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

This text has shadow with #D4B99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B99C on black background.


Color preview on white background

This text has color #D4B99C on white background.



Black color preview on #D4B99C background

This text has black color on #D4B99C background.


White color preview on #D4B99C background

This text has white color on #D4B99C background.