COLOR #DCD9CC

HEX: #DCD9CC
RGB: (220,217,204)

Color info

#DCD9CC contains red, green and blue colors in about the same proportion. Web safe color of #DCD9CC is #CCCCCC (or #CCC).

RGB color model

#DCD9CC color RGB value is (220,217,204).

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

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 204 of 255 = 80%

220
217
204

R + G + B ~ 84%. #DCD9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 204 = 641 (100%)
R 220 of 641 ~ 34.32%
G 217 of 641 ~ 33.85%
B 204 of 641 ~ 31.83%

%34.32
%33.85
%31.83

CMYK color model

#DCD9CC color CMYK value is (0,1,7,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,1,7,14)
C0M1Y7K14 
(0%,1%,7%,14%)
(0.00/0.01/0.07/0.14)	

CMYK percentages

%0
%1.36
%7.27
%13.73

Codes

Color #DCD9CC in popluar color models

DCD9CC
RGB220217204
HSL49°18.60%83.14%
HSB/HSV49°7.27%86.27%
CMYK0.00%1.36%7.27%
13.73%

Color #DCD9CC in popluar number systems.

HEXDCD9CC
Decimal220217204
Binary110111001101100111001100
Octal334331314

Shades and tints

Shades of #DCD9CC

#DCD9CC
(220,217,204)
#C8C6BA
(200,198,186)
#B4B3A8
(180,179,168)
#A0A096
(160,160,150)
#8C8D84
(140,141,132)
#787A72
(120,122,114)
#646760
(100,103,96)
#50544E
(80,84,78)
#3C413C
(60,65,60)
#282E2A
(40,46,42)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #DCD9CC

#DCD9CC
(220,217,204)
#DFDCD0
(223,220,208)
#E2DFD4
(226,223,212)
#E5E2D8
(229,226,216)
#E8E5DC
(232,229,220)
#EBE8E0
(235,232,224)
#EEEBE4
(238,235,228)
#F1EEE8
(241,238,232)
#F4F1EC
(244,241,236)
#F7F4F0
(247,244,240)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9CC; }

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

This text font color is #DCD9CC.


Background Color

.myBgColor { background-color: #DCD9CC; }

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

This div background color is #DCD9CC.


Border color

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

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

This div border color is #DCD9CC.


Opacity

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

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

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

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

This text has shadow with #DCD9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD9CC on black background.


Color preview on white background

This text has color #DCD9CC on white background.



Black color preview on #DCD9CC background

This text has black color on #DCD9CC background.


White color preview on #DCD9CC background

This text has white color on #DCD9CC background.