COLOR #DCD9A1

HEX: #DCD9A1
RGB: (220,217,161)

Color info

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

RGB color model

#DCD9A1 color RGB value is (220,217,161).

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

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 161 of 255 = 63%

220
217
161

R + G + B ~ 78%. #DCD9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 161 = 598 (100%)
R 220 of 598 ~ 36.79%
G 217 of 598 ~ 36.29%
B 161 of 598 ~ 26.92%

%36.79
%36.29
%26.92

CMYK color model

#DCD9A1 color CMYK value is (0,1,27,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 26.82%
  • key color value is 13.73%
CMYK:
(0,1,27,14)
C0M1Y27K14 
(0%,1%,27%,14%)
(0.00/0.01/0.27/0.14)	

CMYK percentages

%0
%1.36
%26.82
%13.73

Codes

Color #DCD9A1 in popluar color models

DCD9A1
RGB220217161
HSL57°45.74%74.71%
HSB/HSV57°26.82%86.27%
CMYK0.00%1.36%26.82%
13.73%

Color #DCD9A1 in popluar number systems.

HEXDCD9A1
Decimal220217161
Binary110111001101100110100001
Octal334331241

Shades and tints

Shades of #DCD9A1

#DCD9A1
(220,217,161)
#C8C693
(200,198,147)
#B4B385
(180,179,133)
#A0A077
(160,160,119)
#8C8D69
(140,141,105)
#787A5B
(120,122,91)
#64674D
(100,103,77)
#50543F
(80,84,63)
#3C4131
(60,65,49)
#282E23
(40,46,35)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #DCD9A1

#DCD9A1
(220,217,161)
#DFDCA9
(223,220,169)
#E2DFB1
(226,223,177)
#E5E2B9
(229,226,185)
#E8E5C1
(232,229,193)
#EBE8C9
(235,232,201)
#EEEBD1
(238,235,209)
#F1EED9
(241,238,217)
#F4F1E1
(244,241,225)
#F7F4E9
(247,244,233)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9A1; }

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

This text font color is #DCD9A1.


Background Color

.myBgColor { background-color: #DCD9A1; }

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

This div background color is #DCD9A1.


Border color

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

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

This div border color is #DCD9A1.


Opacity

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

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

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

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

This text has shadow with #DCD9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD9A1 on black background.


Color preview on white background

This text has color #DCD9A1 on white background.



Black color preview on #DCD9A1 background

This text has black color on #DCD9A1 background.


White color preview on #DCD9A1 background

This text has white color on #DCD9A1 background.