COLOR #DCD8CC

HEX: #DCD8CC RGB: (220,216,204)

Color info

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

RGB color model

#DCD8CC color RGB value is (220,216,204).

RGB: (220,216,204) (86%, 85%, 80%)

RGB channels and saturation

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

220
216
204

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

Portions of RGB colors in percentages

R + G + B = 220 + 216 + 204 = 640 (100%)
R 220 of 640 ~ 34.38%
G 216 of 640 ~ 33.75%
B 204 of 640 ~ 31.88'%

%34.38
%33.75
%31.88

CMYK color model

#DCD8CC color CMYK value is (0,2,7,14).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK: (0,2,7,14) C0M2Y7K14 (0%,2%,7%,14%) (0.00/0.02/0.07/0.14) 

CMYK percentages

%0
%1.82
%7.27
%13.73

Codes

Color #DCD8CC in popluar color models

DC D8 CC
RGB 220 216 204
HSL 45° 18.60% 83.14%
HSB/HSV 45° 7.27% 86.27%
CMYK 0.00% 1.82% 7.27%
13.73%

Color #DCD8CC in popluar number systems.

HEX DC D8 CC
Decimal 220 216 204
Binary 11011100 11011000 11001100
Octal 334 330 314

Shades and tints

Shades of #DCD8CC

#DCD8CC
(220,216,204)
#C8C5BA
(200,197,186)
#B4B2A8
(180,178,168)
#A09F96
(160,159,150)
#8C8C84
(140,140,132)
#787972
(120,121,114)
#646660
(100,102,96)
#50534E
(80,83,78)
#3C403C
(60,64,60)
#282D2A
(40,45,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCD8CC

#DCD8CC
(220,216,204)
#DFDBD0
(223,219,208)
#E2DED4
(226,222,212)
#E5E1D8
(229,225,216)
#E8E4DC
(232,228,220)
#EBE7E0
(235,231,224)
#EEEAE4
(238,234,228)
#F1EDE8
(241,237,232)
#F4F0EC
(244,240,236)
#F7F3F0
(247,243,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8CC; }

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

This text font color is #DCD8CC.

Background Color

.myBgColor { background-color: #DCD8CC; }

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

This div background color is #DCD8CC.

Border color

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

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

This div border color is #DCD8CC.

Opacity

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

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

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

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

This text has shadow with #DCD8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD8CC.

Preview

Color preview on black background

This text has color #DCD8CC on black background.


Color preview on white background

This text has color #DCD8CC on white background.


Black color preview on #DCD8CC background

This text has black color on #DCD8CC background.


White color preview on #DCD8CC background

This text has white color on #DCD8CC background.


Related colors

Complementary color

Complementary color for #hex is #232733.


I love getcolorcode.com

Triadic colors

1 #CCDCD8 and #D8CCDC with #DCD8CC are triadic colors.

2 #CCD8DC and #D8DCCC with #DCD8CC are triadic colors.