COLOR #D9B8A1

HEX: #D9B8A1 RGB: (217,184,161)

Color info

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

RGB color model

#D9B8A1 color RGB value is (217,184,161).

RGB: (217,184,161) (85%, 72%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 161 of 255 = 63%

217
184
161

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

Portions of RGB colors in percentages

R + G + B = 217 + 184 + 161 = 562 (100%)
R 217 of 562 ~ 38.61%
G 184 of 562 ~ 32.74%
B 161 of 562 ~ 28.65'%

%38.61
%32.74
%28.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.21%
  • yellow value is 25.81%
  • key color value is 14.90%
CMYK: (0,15,26,15) C0M15Y26K15 (0%,15%,26%,15%) (0.00/0.15/0.26/0.15) 

CMYK percentages

%0
%15.21
%25.81
%14.9

Codes

Color #D9B8A1 in popluar color models

D9 B8 A1
RGB 217 184 161
HSL 25° 42.42% 74.12%
HSB/HSV 25° 25.81% 85.10%
CMYK 0.00% 15.21% 25.81%
14.90%

Color #D9B8A1 in popluar number systems.

HEX D9 B8 A1
Decimal 217 184 161
Binary 11011001 10111000 10100001
Octal 331 270 241

Shades and tints

Shades of #D9B8A1

#D9B8A1
(217,184,161)
#C6A893
(198,168,147)
#B39885
(179,152,133)
#A08877
(160,136,119)
#8D7869
(141,120,105)
#7A685B
(122,104,91)
#67584D
(103,88,77)
#54483F
(84,72,63)
#413831
(65,56,49)
#2E2823
(46,40,35)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9B8A1

#D9B8A1
(217,184,161)
#DCBEA9
(220,190,169)
#DFC4B1
(223,196,177)
#E2CAB9
(226,202,185)
#E5D0C1
(229,208,193)
#E8D6C9
(232,214,201)
#EBDCD1
(235,220,209)
#EEE2D9
(238,226,217)
#F1E8E1
(241,232,225)
#F4EEE9
(244,238,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B8A1 color. Also use rgb(217,184,161) instead hex code.

Text Font Color

.myTextColor { color: #D9B8A1; }

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

This text font color is #D9B8A1.

Background Color

.myBgColor { background-color: #D9B8A1; }

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

This div background color is #D9B8A1.

Border color

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

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

This div border color is #D9B8A1.

Opacity

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

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

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

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

This text has shadow with #D9B8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B8A1.

Preview

Color preview on black background

This text has color #D9B8A1 on black background.


Color preview on white background

This text has color #D9B8A1 on white background.


Black color preview on #D9B8A1 background

This text has black color on #D9B8A1 background.


White color preview on #D9B8A1 background

This text has white color on #D9B8A1 background.


Related colors

Complementary color

Complementary color for #hex is #26475E.


I love getcolorcode.com

Triadic colors

1 #A1D9B8 and #B8A1D9 with #D9B8A1 are triadic colors.

2 #A1B8D9 and #B8D9A1 with #D9B8A1 are triadic colors.