COLOR #DCC4A1

HEX: #DCC4A1
RGB: (220,196,161)

Color info

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

RGB color model

#DCC4A1 color RGB value is (220,196,161).

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

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 161 of 255 = 63%

220
196
161

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

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 161 = 577 (100%)
R 220 of 577 ~ 38.13%
G 196 of 577 ~ 33.97%
B 161 of 577 ~ 27.9%

%38.13
%33.97
%27.9

CMYK color model

#DCC4A1 color CMYK value is (0,11,27,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 26.82%
  • key color value is 13.73%
CMYK:
(0,11,27,14)
C0M11Y27K14 
(0%,11%,27%,14%)
(0.00/0.11/0.27/0.14)	

CMYK percentages

%0
%10.91
%26.82
%13.73

Codes

Color #DCC4A1 in popluar color models

DCC4A1
RGB220196161
HSL36°45.74%74.71%
HSB/HSV36°26.82%86.27%
CMYK0.00%10.91%26.82%
13.73%

Color #DCC4A1 in popluar number systems.

HEXDCC4A1
Decimal220196161
Binary110111001100010010100001
Octal334304241

Shades and tints

Shades of #DCC4A1

#DCC4A1
(220,196,161)
#C8B393
(200,179,147)
#B4A285
(180,162,133)
#A09177
(160,145,119)
#8C8069
(140,128,105)
#786F5B
(120,111,91)
#645E4D
(100,94,77)
#504D3F
(80,77,63)
#3C3C31
(60,60,49)
#282B23
(40,43,35)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCC4A1

#DCC4A1
(220,196,161)
#DFC9A9
(223,201,169)
#E2CEB1
(226,206,177)
#E5D3B9
(229,211,185)
#E8D8C1
(232,216,193)
#EBDDC9
(235,221,201)
#EEE2D1
(238,226,209)
#F1E7D9
(241,231,217)
#F4ECE1
(244,236,225)
#F7F1E9
(247,241,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4A1; }

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

This text font color is #DCC4A1.


Background Color

.myBgColor { background-color: #DCC4A1; }

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

This div background color is #DCC4A1.


Border color

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

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

This div border color is #DCC4A1.


Opacity

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

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

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

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

This text has shadow with #DCC4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC4A1 on black background.


Color preview on white background

This text has color #DCC4A1 on white background.



Black color preview on #DCC4A1 background

This text has black color on #DCC4A1 background.


White color preview on #DCC4A1 background

This text has white color on #DCC4A1 background.