COLOR #DCD6A7

HEX: #DCD6A7
RGB: (220,214,167)

Color info

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

RGB color model

#DCD6A7 color RGB value is (220,214,167).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 167 of 255 = 65%

220
214
167

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

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 167 = 601 (100%)
R 220 of 601 ~ 36.61%
G 214 of 601 ~ 35.61%
B 167 of 601 ~ 27.79%

%36.61
%35.61
%27.79

CMYK color model

#DCD6A7 color CMYK value is (0,3,24,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(0,3,24,14)
C0M3Y24K14 
(0%,3%,24%,14%)
(0.00/0.03/0.24/0.14)	

CMYK percentages

%0
%2.73
%24.09
%13.73

Codes

Color #DCD6A7 in popluar color models

DCD6A7
RGB220214167
HSL53°43.09%75.88%
HSB/HSV53°24.09%86.27%
CMYK0.00%2.73%24.09%
13.73%

Color #DCD6A7 in popluar number systems.

HEXDCD6A7
Decimal220214167
Binary110111001101011010100111
Octal334326247

Shades and tints

Shades of #DCD6A7

#DCD6A7
(220,214,167)
#C8C398
(200,195,152)
#B4B089
(180,176,137)
#A09D7A
(160,157,122)
#8C8A6B
(140,138,107)
#78775C
(120,119,92)
#64644D
(100,100,77)
#50513E
(80,81,62)
#3C3E2F
(60,62,47)
#282B20
(40,43,32)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #DCD6A7

#DCD6A7
(220,214,167)
#DFD9AF
(223,217,175)
#E2DCB7
(226,220,183)
#E5DFBF
(229,223,191)
#E8E2C7
(232,226,199)
#EBE5CF
(235,229,207)
#EEE8D7
(238,232,215)
#F1EBDF
(241,235,223)
#F4EEE7
(244,238,231)
#F7F1EF
(247,241,239)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD6A7 color. Also use rgb(220,214,167) instead hex code.

Text Font Color

.myTextColor { color: #DCD6A7; }

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

This text font color is #DCD6A7.


Background Color

.myBgColor { background-color: #DCD6A7; }

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

This div background color is #DCD6A7.


Border color

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

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

This div border color is #DCD6A7.


Opacity

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

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

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

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

This text has shadow with #DCD6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6A7 on black background.


Color preview on white background

This text has color #DCD6A7 on white background.



Black color preview on #DCD6A7 background

This text has black color on #DCD6A7 background.


White color preview on #DCD6A7 background

This text has white color on #DCD6A7 background.