COLOR #DCD5C4

HEX: #DCD5C4 RGB: (220,213,196)

Color info

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

RGB color model

#DCD5C4 color RGB value is (220,213,196).

RGB: (220,213,196) (86%, 84%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 196 of 255 = 77%

220
213
196

R + G + B ~ 82%. #DCD5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 196 = 629 (100%)
R 220 of 629 ~ 34.98%
G 213 of 629 ~ 33.86%
B 196 of 629 ~ 31.16'%

%34.98
%33.86
%31.16

CMYK color model

#DCD5C4 color CMYK value is (0,3,11,14).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK: (0,3,11,14) C0M3Y11K14 (0%,3%,11%,14%) (0.00/0.03/0.11/0.14) 

CMYK percentages

%0
%3.18
%10.91
%13.73

Codes

Color #DCD5C4 in popluar color models

DC D5 C4
RGB 220 213 196
HSL 43° 25.53% 81.57%
HSB/HSV 43° 10.91% 86.27%
CMYK 0.00% 3.18% 10.91%
13.73%

Color #DCD5C4 in popluar number systems.

HEX DC D5 C4
Decimal 220 213 196
Binary 11011100 11010101 11000100
Octal 334 325 304

Shades and tints

Shades of #DCD5C4

#DCD5C4
(220,213,196)
#C8C2B3
(200,194,179)
#B4AFA2
(180,175,162)
#A09C91
(160,156,145)
#8C8980
(140,137,128)
#78766F
(120,118,111)
#64635E
(100,99,94)
#50504D
(80,80,77)
#3C3D3C
(60,61,60)
#282A2B
(40,42,43)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DCD5C4

#DCD5C4
(220,213,196)
#DFD8C9
(223,216,201)
#E2DBCE
(226,219,206)
#E5DED3
(229,222,211)
#E8E1D8
(232,225,216)
#EBE4DD
(235,228,221)
#EEE7E2
(238,231,226)
#F1EAE7
(241,234,231)
#F4EDEC
(244,237,236)
#F7F0F1
(247,240,241)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5C4; }

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

This text font color is #DCD5C4.

Background Color

.myBgColor { background-color: #DCD5C4; }

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

This div background color is #DCD5C4.

Border color

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

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

This div border color is #DCD5C4.

Opacity

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

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

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

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

This text has shadow with #DCD5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5C4.

Preview

Color preview on black background

This text has color #DCD5C4 on black background.


Color preview on white background

This text has color #DCD5C4 on white background.


Black color preview on #DCD5C4 background

This text has black color on #DCD5C4 background.


White color preview on #DCD5C4 background

This text has white color on #DCD5C4 background.


Related colors

Complementary color

Complementary color for #hex is #232A3B.


I love getcolorcode.com

Triadic colors

1 #C4DCD5 and #D5C4DC with #DCD5C4 are triadic colors.

2 #C4D5DC and #D5DCC4 with #DCD5C4 are triadic colors.