COLOR #DCD9CA

HEX: #DCD9CA RGB: (220,217,202)

Color info

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

RGB color model

#DCD9CA color RGB value is (220,217,202).

RGB: (220,217,202) (86%, 85%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 202 of 255 = 79%

220
217
202

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

Portions of RGB colors in percentages

R + G + B = 220 + 217 + 202 = 639 (100%)
R 220 of 639 ~ 34.43%
G 217 of 639 ~ 33.96%
B 202 of 639 ~ 31.61'%

%34.43
%33.96
%31.61

CMYK color model

#DCD9CA color CMYK value is (0,1,8,14).

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

CMYK: (0,1,8,14)
C0M1Y8K14 (0%, 1%, 8%, 14%)
(0.00 / 0.01 / 0.08 / 0.14)

CMYK percentages

%0
%1.36
%8.18
%13.73

Codes

Color #DCD9CA in popluar color models

DC D9 CA
RGB 220 217 202
HSL 50° 20.45% 82.75%
HSB/HSV 50° 8.18% 86.27%
CMYK 0.00% 1.36% 8.18%
13.73%

Color #DCD9CA in popluar number systems.

HEX DC D9 CA
Decimal 220 217 202
Binary 11011100 11011001 11001010
Octal 334 331 312

Shades and tints

Shades of #DCD9CA

#DCD9CA
(220,217,202)
#C8C6B8
(200,198,184)
#B4B3A6
(180,179,166)
#A0A094
(160,160,148)
#8C8D82
(140,141,130)
#787A70
(120,122,112)
#64675E
(100,103,94)
#50544C
(80,84,76)
#3C413A
(60,65,58)
#282E28
(40,46,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #DCD9CA

#DCD9CA
(220,217,202)
#DFDCCE
(223,220,206)
#E2DFD2
(226,223,210)
#E5E2D6
(229,226,214)
#E8E5DA
(232,229,218)
#EBE8DE
(235,232,222)
#EEEBE2
(238,235,226)
#F1EEE6
(241,238,230)
#F4F1EA
(244,241,234)
#F7F4EE
(247,244,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9CA; }

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

This text font color is #DCD9CA.

Background Color

.myBgColor { background-color: #DCD9CA; }

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

This div background color is #DCD9CA.

Border color

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

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

This div border color is #DCD9CA.

Opacity

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

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

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

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

This text has shadow with #DCD9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD9CA.

Preview

Color preview on black background

This text has color #DCD9CA on black background.


Color preview on white background

This text has color #DCD9CA on white background.


Black color preview on #DCD9CA background

This text has black color on #DCD9CA background.


White color preview on #DCD9CA background

This text has white color on #DCD9CA background.


Related colors

Complementary color

Complementary color for #hex is #232635.


I love getcolorcode.com

Triadic colors

1 #CADCD9 and #D9CADC with #DCD9CA are triadic colors.

2 #CAD9DC and #D9DCCA with #DCD9CA are triadic colors.