COLOR #DCC3A5

HEX: #DCC3A5
RGB: (220,195,165)

Color info

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

RGB color model

#DCC3A5 color RGB value is (220,195,165).

  • red value is 220;
  • green value is 195;
  • blue value is 165.
RGB:
(220,195,165)
(86%,76%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 165 of 255 = 65%

220
195
165

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

Portions of RGB colors in percentages

R + G + B =
220 + 195 + 165 = 580 (100%)
R 220 of 580 ~ 37.93%
G 195 of 580 ~ 33.62%
B 165 of 580 ~ 28.45%

%37.93
%33.62
%28.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.36%
  • 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
%11.36
%25
%13.73

Codes

Color #DCC3A5 in popluar color models

DCC3A5
RGB220195165
HSL33°44.00%75.49%
HSB/HSV33°25.00%86.27%
CMYK0.00%11.36%25.00%
13.73%

Color #DCC3A5 in popluar number systems.

HEXDCC3A5
Decimal220195165
Binary110111001100001110100101
Octal334303245

Shades and tints

Shades of #DCC3A5

#DCC3A5
(220,195,165)
#C8B296
(200,178,150)
#B4A187
(180,161,135)
#A09078
(160,144,120)
#8C7F69
(140,127,105)
#786E5A
(120,110,90)
#645D4B
(100,93,75)
#504C3C
(80,76,60)
#3C3B2D
(60,59,45)
#282A1E
(40,42,30)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #DCC3A5

#DCC3A5
(220,195,165)
#DFC8AD
(223,200,173)
#E2CDB5
(226,205,181)
#E5D2BD
(229,210,189)
#E8D7C5
(232,215,197)
#EBDCCD
(235,220,205)
#EEE1D5
(238,225,213)
#F1E6DD
(241,230,221)
#F4EBE5
(244,235,229)
#F7F0ED
(247,240,237)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC3A5; }

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

This text font color is #DCC3A5.


Background Color

.myBgColor { background-color: #DCC3A5; }

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

This div background color is #DCC3A5.


Border color

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

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

This div border color is #DCC3A5.


Opacity

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

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

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

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

This text has shadow with #DCC3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC3A5 on black background.


Color preview on white background

This text has color #DCC3A5 on white background.



Black color preview on #DCC3A5 background

This text has black color on #DCC3A5 background.


White color preview on #DCC3A5 background

This text has white color on #DCC3A5 background.