COLOR #DCD5CA

HEX: #DCD5CA RGB: (220,213,202)

Color info

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

RGB color model

#DCD5CA color RGB value is (220,213,202).

RGB: (220,213,202) (86%, 84%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 202 of 255 = 79%

220
213
202

R + G + B ~ 83%. #DCD5CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 202 = 635 (100%)
R 220 of 635 ~ 34.65%
G 213 of 635 ~ 33.54%
B 202 of 635 ~ 31.81'%

%34.65
%33.54
%31.81

CMYK color model

#DCD5CA color CMYK value is (0,3,8,14).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (0,3,8,14)
C0M3Y8K14 (0%, 3%, 8%, 14%)
(0.00 / 0.03 / 0.08 / 0.14)

CMYK percentages

%0
%3.18
%8.18
%13.73

Codes

Color #DCD5CA in popluar color models

DC D5 CA
RGB 220 213 202
HSL 37° 20.45% 82.75%
HSB/HSV 37° 8.18% 86.27%
CMYK 0.00% 3.18% 8.18%
13.73%

Color #DCD5CA in popluar number systems.

HEX DC D5 CA
Decimal 220 213 202
Binary 11011100 11010101 11001010
Octal 334 325 312

Shades and tints

Shades of #DCD5CA

#DCD5CA
(220,213,202)
#C8C2B8
(200,194,184)
#B4AFA6
(180,175,166)
#A09C94
(160,156,148)
#8C8982
(140,137,130)
#787670
(120,118,112)
#64635E
(100,99,94)
#50504C
(80,80,76)
#3C3D3A
(60,61,58)
#282A28
(40,42,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCD5CA

#DCD5CA
(220,213,202)
#DFD8CE
(223,216,206)
#E2DBD2
(226,219,210)
#E5DED6
(229,222,214)
#E8E1DA
(232,225,218)
#EBE4DE
(235,228,222)
#EEE7E2
(238,231,226)
#F1EAE6
(241,234,230)
#F4EDEA
(244,237,234)
#F7F0EE
(247,240,238)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD5CA color. Also use rgb(220,213,202) instead hex code.

Text Font Color

.myTextColor { color: #DCD5CA; }

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

This text font color is #DCD5CA.

Background Color

.myBgColor { background-color: #DCD5CA; }

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

This div background color is #DCD5CA.

Border color

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

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

This div border color is #DCD5CA.

Opacity

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

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

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

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

This text has shadow with #DCD5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5CA.

Preview

Color preview on black background

This text has color #DCD5CA on black background.


Color preview on white background

This text has color #DCD5CA on white background.


Black color preview on #DCD5CA background

This text has black color on #DCD5CA background.


White color preview on #DCD5CA background

This text has white color on #DCD5CA background.


Related colors

Complementary color

Complementary color for #hex is #232A35.


I love getcolorcode.com

Triadic colors

1 #CADCD5 and #D5CADC with #DCD5CA are triadic colors.

2 #CAD5DC and #D5DCCA with #DCD5CA are triadic colors.