COLOR #DCD7A6

HEX: #DCD7A6
RGB: (220,215,166)

Color info

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

RGB color model

#DCD7A6 color RGB value is (220,215,166).

  • red value is 220;
  • green value is 215;
  • blue value is 166.
RGB:
(220,215,166)
(86%,84%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 166 of 255 = 65%

220
215
166

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

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 166 = 601 (100%)
R 220 of 601 ~ 36.61%
G 215 of 601 ~ 35.77%
B 166 of 601 ~ 27.62%

%36.61
%35.77
%27.62

CMYK color model

#DCD7A6 color CMYK value is (0,2,25,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 24.55%
  • key color value is 13.73%
CMYK:
(0,2,25,14)
C0M2Y25K14 
(0%,2%,25%,14%)
(0.00/0.02/0.25/0.14)	

CMYK percentages

%0
%2.27
%24.55
%13.73

Codes

Color #DCD7A6 in popluar color models

DCD7A6
RGB220215166
HSL54°43.55%75.69%
HSB/HSV54°24.55%86.27%
CMYK0.00%2.27%24.55%
13.73%

Color #DCD7A6 in popluar number systems.

HEXDCD7A6
Decimal220215166
Binary110111001101011110100110
Octal334327246

Shades and tints

Shades of #DCD7A6

#DCD7A6
(220,215,166)
#C8C497
(200,196,151)
#B4B188
(180,177,136)
#A09E79
(160,158,121)
#8C8B6A
(140,139,106)
#78785B
(120,120,91)
#64654C
(100,101,76)
#50523D
(80,82,61)
#3C3F2E
(60,63,46)
#282C1F
(40,44,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #DCD7A6

#DCD7A6
(220,215,166)
#DFDAAE
(223,218,174)
#E2DDB6
(226,221,182)
#E5E0BE
(229,224,190)
#E8E3C6
(232,227,198)
#EBE6CE
(235,230,206)
#EEE9D6
(238,233,214)
#F1ECDE
(241,236,222)
#F4EFE6
(244,239,230)
#F7F2EE
(247,242,238)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD7A6 color. Also use rgb(220,215,166) instead hex code.

Text Font Color

.myTextColor { color: #DCD7A6; }

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

This text font color is #DCD7A6.


Background Color

.myBgColor { background-color: #DCD7A6; }

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

This div background color is #DCD7A6.


Border color

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

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

This div border color is #DCD7A6.


Opacity

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

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

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

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

This text has shadow with #DCD7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7A6 on black background.


Color preview on white background

This text has color #DCD7A6 on white background.



Black color preview on #DCD7A6 background

This text has black color on #DCD7A6 background.


White color preview on #DCD7A6 background

This text has white color on #DCD7A6 background.