COLOR #DCC4A5

HEX: #DCC4A5 RGB: (220,196,165)

Color info

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

RGB color model

#DCC4A5 color RGB value is (220,196,165).

RGB: (220,196,165) (86%, 77%, 65%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 165 of 255 = 65%

220
196
165

R + G + B ~ 76%. #DCC4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 196 + 165 = 581 (100%)
R 220 of 581 ~ 37.87%
G 196 of 581 ~ 33.73%
B 165 of 581 ~ 28.4'%

%37.87
%33.73
%28.4

CMYK color model

#DCC4A5 color CMYK value is (0,11,25,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 25.00%
  • key color value is 13.73%

CMYK: (0,11,25,14)
C0M11Y25K14 (0%, 11%, 25%, 14%)
(0.00 / 0.11 / 0.25 / 0.14)

CMYK percentages

%0
%10.91
%25
%13.73

Codes

Color #DCC4A5 in popluar color models

DC C4 A5
RGB 220 196 165
HSL 34° 44.00% 75.49%
HSB/HSV 34° 25.00% 86.27%
CMYK 0.00% 10.91% 25.00%
13.73%

Color #DCC4A5 in popluar number systems.

HEX DC C4 A5
Decimal 220 196 165
Binary 11011100 11000100 10100101
Octal 334 304 245

Shades and tints

Shades of #DCC4A5

#DCC4A5
(220,196,165)
#C8B396
(200,179,150)
#B4A287
(180,162,135)
#A09178
(160,145,120)
#8C8069
(140,128,105)
#786F5A
(120,111,90)
#645E4B
(100,94,75)
#504D3C
(80,77,60)
#3C3C2D
(60,60,45)
#282B1E
(40,43,30)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #DCC4A5

#DCC4A5
(220,196,165)
#DFC9AD
(223,201,173)
#E2CEB5
(226,206,181)
#E5D3BD
(229,211,189)
#E8D8C5
(232,216,197)
#EBDDCD
(235,221,205)
#EEE2D5
(238,226,213)
#F1E7DD
(241,231,221)
#F4ECE5
(244,236,229)
#F7F1ED
(247,241,237)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4A5; }

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

This text font color is #DCC4A5.

Background Color

.myBgColor { background-color: #DCC4A5; }

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

This div background color is #DCC4A5.

Border color

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

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

This div border color is #DCC4A5.

Opacity

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

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

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

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

This text has shadow with #DCC4A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC4A5.

Preview

Color preview on black background

This text has color #DCC4A5 on black background.


Color preview on white background

This text has color #DCC4A5 on white background.


Black color preview on #DCC4A5 background

This text has black color on #DCC4A5 background.


White color preview on #DCC4A5 background

This text has white color on #DCC4A5 background.


Related colors

Complementary color

Complementary color for #hex is #233B5A.


I love getcolorcode.com

Triadic colors

1 #A5DCC4 and #C4A5DC with #DCC4A5 are triadic colors.

2 #A5C4DC and #C4DCA5 with #DCC4A5 are triadic colors.