COLOR #D9C3A1

HEX: #D9C3A1
RGB: (217,195,161)

Color info

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

RGB color model

#D9C3A1 color RGB value is (217,195,161).

  • red value is 217;
  • green value is 195;
  • blue value is 161.
RGB:
(217,195,161)
(85%,76%,63%)

RGB channels and saturation

R 217 of 255 = 85%
G 195 of 255 = 76%
B 161 of 255 = 63%

217
195
161

R + G + B ~ 75%. #D9C3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 195 + 161 = 573 (100%)
R 217 of 573 ~ 37.87%
G 195 of 573 ~ 34.03%
B 161 of 573 ~ 28.1%

%37.87
%34.03
%28.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 25.81%
  • key color value is 14.90%
CMYK:
(0,10,26,15)
C0M10Y26K15 
(0%,10%,26%,15%)
(0.00/0.10/0.26/0.15)	

CMYK percentages

%0
%10.14
%25.81
%14.9

Codes

Color #D9C3A1 in popluar color models

D9C3A1
RGB217195161
HSL36°42.42%74.12%
HSB/HSV36°25.81%85.10%
CMYK0.00%10.14%25.81%
14.90%

Color #D9C3A1 in popluar number systems.

HEXD9C3A1
Decimal217195161
Binary110110011100001110100001
Octal331303241

Shades and tints

Shades of #D9C3A1

#D9C3A1
(217,195,161)
#C6B293
(198,178,147)
#B3A185
(179,161,133)
#A09077
(160,144,119)
#8D7F69
(141,127,105)
#7A6E5B
(122,110,91)
#675D4D
(103,93,77)
#544C3F
(84,76,63)
#413B31
(65,59,49)
#2E2A23
(46,42,35)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #D9C3A1

#D9C3A1
(217,195,161)
#DCC8A9
(220,200,169)
#DFCDB1
(223,205,177)
#E2D2B9
(226,210,185)
#E5D7C1
(229,215,193)
#E8DCC9
(232,220,201)
#EBE1D1
(235,225,209)
#EEE6D9
(238,230,217)
#F1EBE1
(241,235,225)
#F4F0E9
(244,240,233)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C3A1; }

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

This text font color is #D9C3A1.


Background Color

.myBgColor { background-color: #D9C3A1; }

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

This div background color is #D9C3A1.


Border color

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

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

This div border color is #D9C3A1.


Opacity

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

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

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

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

This text has shadow with #D9C3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C3A1 on black background.


Color preview on white background

This text has color #D9C3A1 on white background.



Black color preview on #D9C3A1 background

This text has black color on #D9C3A1 background.


White color preview on #D9C3A1 background

This text has white color on #D9C3A1 background.