COLOR #DCC5AF

HEX: #DCC5AF RGB: (220,197,175)

Color info

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

RGB color model

#DCC5AF color RGB value is (220,197,175).

RGB: (220,197,175) (86%, 77%, 69%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 175 of 255 = 69%

220
197
175

R + G + B ~ 77%. #DCC5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 197 + 175 = 592 (100%)
R 220 of 592 ~ 37.16%
G 197 of 592 ~ 33.28%
B 175 of 592 ~ 29.56'%

%37.16
%33.28
%29.56

CMYK color model

#DCC5AF color CMYK value is (0,10,20,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 20.45%
  • key color value is 13.73%

CMYK: (0,10,20,14)
C0M10Y20K14 (0%, 10%, 20%, 14%)
(0.00 / 0.10 / 0.20 / 0.14)

CMYK percentages

%0
%10.45
%20.45
%13.73

Codes

Color #DCC5AF in popluar color models

DC C5 AF
RGB 220 197 175
HSL 29° 39.13% 77.45%
HSB/HSV 29° 20.45% 86.27%
CMYK 0.00% 10.45% 20.45%
13.73%

Color #DCC5AF in popluar number systems.

HEX DC C5 AF
Decimal 220 197 175
Binary 11011100 11000101 10101111
Octal 334 305 257

Shades and tints

Shades of #DCC5AF

#DCC5AF
(220,197,175)
#C8B4A0
(200,180,160)
#B4A391
(180,163,145)
#A09282
(160,146,130)
#8C8173
(140,129,115)
#787064
(120,112,100)
#645F55
(100,95,85)
#504E46
(80,78,70)
#3C3D37
(60,61,55)
#282C28
(40,44,40)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #DCC5AF

#DCC5AF
(220,197,175)
#DFCAB6
(223,202,182)
#E2CFBD
(226,207,189)
#E5D4C4
(229,212,196)
#E8D9CB
(232,217,203)
#EBDED2
(235,222,210)
#EEE3D9
(238,227,217)
#F1E8E0
(241,232,224)
#F4EDE7
(244,237,231)
#F7F2EE
(247,242,238)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC5AF color. Also use rgb(220,197,175) instead hex code.

Text Font Color

.myTextColor { color: #DCC5AF; }

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

This text font color is #DCC5AF.

Background Color

.myBgColor { background-color: #DCC5AF; }

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

This div background color is #DCC5AF.

Border color

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

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

This div border color is #DCC5AF.

Opacity

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

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

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

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

This text has shadow with #DCC5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC5AF.

Preview

Color preview on black background

This text has color #DCC5AF on black background.


Color preview on white background

This text has color #DCC5AF on white background.


Black color preview on #DCC5AF background

This text has black color on #DCC5AF background.


White color preview on #DCC5AF background

This text has white color on #DCC5AF background.


Related colors

Complementary color

Complementary color for #hex is #233A50.


I love getcolorcode.com

Triadic colors

1 #AFDCC5 and #C5AFDC with #DCC5AF are triadic colors.

2 #AFC5DC and #C5DCAF with #DCC5AF are triadic colors.