COLOR #DCD5A7

HEX: #DCD5A7 RGB: (220,213,167)

Color info

#DCD5A7 contains red, green and blue colors in about the same proportion. Web safe color of #DCD5A7 is #CCCC99 (or #CC9).

RGB color model

#DCD5A7 color RGB value is (220,213,167).

RGB: (220,213,167) (86%, 84%, 65%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 167 of 255 = 65%

220
213
167

R + G + B ~ 78%. #DCD5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 167 = 600 (100%)
R 220 of 600 ~ 36.67%
G 213 of 600 ~ 35.5%
B 167 of 600 ~ 27.83'%

%36.67
%35.5
%27.83

CMYK color model

#DCD5A7 color CMYK value is (0,3,24,14).

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

CMYK: (0,3,24,14)
C0M3Y24K14 (0%, 3%, 24%, 14%)
(0.00 / 0.03 / 0.24 / 0.14)

CMYK percentages

%0
%3.18
%24.09
%13.73

Codes

Color #DCD5A7 in popluar color models

DC D5 A7
RGB 220 213 167
HSL 52° 43.09% 75.88%
HSB/HSV 52° 24.09% 86.27%
CMYK 0.00% 3.18% 24.09%
13.73%

Color #DCD5A7 in popluar number systems.

HEX DC D5 A7
Decimal 220 213 167
Binary 11011100 11010101 10100111
Octal 334 325 247

Shades and tints

Shades of #DCD5A7

#DCD5A7
(220,213,167)
#C8C298
(200,194,152)
#B4AF89
(180,175,137)
#A09C7A
(160,156,122)
#8C896B
(140,137,107)
#78765C
(120,118,92)
#64634D
(100,99,77)
#50503E
(80,80,62)
#3C3D2F
(60,61,47)
#282A20
(40,42,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #DCD5A7

#DCD5A7
(220,213,167)
#DFD8AF
(223,216,175)
#E2DBB7
(226,219,183)
#E5DEBF
(229,222,191)
#E8E1C7
(232,225,199)
#EBE4CF
(235,228,207)
#EEE7D7
(238,231,215)
#F1EADF
(241,234,223)
#F4EDE7
(244,237,231)
#F7F0EF
(247,240,239)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5A7; }

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

This text font color is #DCD5A7.

Background Color

.myBgColor { background-color: #DCD5A7; }

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

This div background color is #DCD5A7.

Border color

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

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

This div border color is #DCD5A7.

Opacity

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

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

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

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

This text has shadow with #DCD5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5A7.

Preview

Color preview on black background

This text has color #DCD5A7 on black background.


Color preview on white background

This text has color #DCD5A7 on white background.


Black color preview on #DCD5A7 background

This text has black color on #DCD5A7 background.


White color preview on #DCD5A7 background

This text has white color on #DCD5A7 background.


Related colors

Complementary color

Complementary color for #hex is #232A58.


I love getcolorcode.com

Triadic colors

1 #A7DCD5 and #D5A7DC with #DCD5A7 are triadic colors.

2 #A7D5DC and #D5DCA7 with #DCD5A7 are triadic colors.