COLOR #D4B59D

HEX: #D4B59D
RGB: (212,181,157)

Color info

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

RGB color model

#D4B59D color RGB value is (212,181,157).

  • red value is 212;
  • green value is 181;
  • blue value is 157.
RGB:
(212,181,157)
(83%,71%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 181 of 255 = 71%
B 157 of 255 = 62%

212
181
157

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

Portions of RGB colors in percentages

R + G + B =
212 + 181 + 157 = 550 (100%)
R 212 of 550 ~ 38.55%
G 181 of 550 ~ 32.91%
B 157 of 550 ~ 28.55%

%38.55
%32.91
%28.55

CMYK color model

#D4B59D color CMYK value is (0,15,26,17).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK:
(0,15,26,17)
C0M15Y26K17 
(0%,15%,26%,17%)
(0.00/0.15/0.26/0.17)	

CMYK percentages

%0
%14.62
%25.94
%16.86

Codes

Color #D4B59D in popluar color models

D4B59D
RGB212181157
HSL26°39.01%72.35%
HSB/HSV26°25.94%83.14%
CMYK0.00%14.62%25.94%
16.86%

Color #D4B59D in popluar number systems.

HEXD4B59D
Decimal212181157
Binary110101001011010110011101
Octal324265235

Shades and tints

Shades of #D4B59D

#D4B59D
(212,181,157)
#C1A58F
(193,165,143)
#AE9581
(174,149,129)
#9B8573
(155,133,115)
#887565
(136,117,101)
#756557
(117,101,87)
#625549
(98,85,73)
#4F453B
(79,69,59)
#3C352D
(60,53,45)
#29251F
(41,37,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #D4B59D

#D4B59D
(212,181,157)
#D7BBA5
(215,187,165)
#DAC1AD
(218,193,173)
#DDC7B5
(221,199,181)
#E0CDBD
(224,205,189)
#E3D3C5
(227,211,197)
#E6D9CD
(230,217,205)
#E9DFD5
(233,223,213)
#ECE5DD
(236,229,221)
#EFEBE5
(239,235,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B59D color. Also use rgb(212,181,157) instead hex code.

Text Font Color

.myTextColor { color: #D4B59D; }

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

This text font color is #D4B59D.


Background Color

.myBgColor { background-color: #D4B59D; }

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

This div background color is #D4B59D.


Border color

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

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

This div border color is #D4B59D.


Opacity

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

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

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

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

This text has shadow with #D4B59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B59D on black background.


Color preview on white background

This text has color #D4B59D on white background.



Black color preview on #D4B59D background

This text has black color on #D4B59D background.


White color preview on #D4B59D background

This text has white color on #D4B59D background.