COLOR #D9B49D

HEX: #D9B49D
RGB: (217,180,157)

Color info

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

RGB color model

#D9B49D color RGB value is (217,180,157).

  • red value is 217;
  • green value is 180;
  • blue value is 157.
RGB:
(217,180,157)
(85%,71%,62%)

RGB channels and saturation

R 217 of 255 = 85%
G 180 of 255 = 71%
B 157 of 255 = 62%

217
180
157

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

Portions of RGB colors in percentages

R + G + B =
217 + 180 + 157 = 554 (100%)
R 217 of 554 ~ 39.17%
G 180 of 554 ~ 32.49%
B 157 of 554 ~ 28.34%

%39.17
%32.49
%28.34

CMYK color model

#D9B49D color CMYK value is (0,17,28,15).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(0,17,28,15)
C0M17Y28K15 
(0%,17%,28%,15%)
(0.00/0.17/0.28/0.15)	

CMYK percentages

%0
%17.05
%27.65
%14.9

Codes

Color #D9B49D in popluar color models

D9B49D
RGB217180157
HSL23°44.12%73.33%
HSB/HSV23°27.65%85.10%
CMYK0.00%17.05%27.65%
14.90%

Color #D9B49D in popluar number systems.

HEXD9B49D
Decimal217180157
Binary110110011011010010011101
Octal331264235

Shades and tints

Shades of #D9B49D

#D9B49D
(217,180,157)
#C6A48F
(198,164,143)
#B39481
(179,148,129)
#A08473
(160,132,115)
#8D7465
(141,116,101)
#7A6457
(122,100,87)
#675449
(103,84,73)
#54443B
(84,68,59)
#41342D
(65,52,45)
#2E241F
(46,36,31)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #D9B49D

#D9B49D
(217,180,157)
#DCBAA5
(220,186,165)
#DFC0AD
(223,192,173)
#E2C6B5
(226,198,181)
#E5CCBD
(229,204,189)
#E8D2C5
(232,210,197)
#EBD8CD
(235,216,205)
#EEDED5
(238,222,213)
#F1E4DD
(241,228,221)
#F4EAE5
(244,234,229)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B49D color. Also use rgb(217,180,157) instead hex code.

Text Font Color

.myTextColor { color: #D9B49D; }

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

This text font color is #D9B49D.


Background Color

.myBgColor { background-color: #D9B49D; }

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

This div background color is #D9B49D.


Border color

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

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

This div border color is #D9B49D.


Opacity

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

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

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

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

This text has shadow with #D9B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B49D on black background.


Color preview on white background

This text has color #D9B49D on white background.



Black color preview on #D9B49D background

This text has black color on #D9B49D background.


White color preview on #D9B49D background

This text has white color on #D9B49D background.