COLOR #DCCAA4

HEX: #DCCAA4
RGB: (220,202,164)

Color info

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

RGB color model

#DCCAA4 color RGB value is (220,202,164).

  • red value is 220;
  • green value is 202;
  • blue value is 164.
RGB:
(220,202,164)
(86%,79%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 164 of 255 = 64%

220
202
164

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 164 = 586 (100%)
R 220 of 586 ~ 37.54%
G 202 of 586 ~ 34.47%
B 164 of 586 ~ 27.99%

%37.54
%34.47
%27.99

CMYK color model

#DCCAA4 color CMYK value is (0,8,25,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(0,8,25,14)
C0M8Y25K14 
(0%,8%,25%,14%)
(0.00/0.08/0.25/0.14)	

CMYK percentages

%0
%8.18
%25.45
%13.73

Codes

Color #DCCAA4 in popluar color models

DCCAA4
RGB220202164
HSL41°44.44%75.29%
HSB/HSV41°25.45%86.27%
CMYK0.00%8.18%25.45%
13.73%

Color #DCCAA4 in popluar number systems.

HEXDCCAA4
Decimal220202164
Binary110111001100101010100100
Octal334312244

Shades and tints

Shades of #DCCAA4

#DCCAA4
(220,202,164)
#C8B896
(200,184,150)
#B4A688
(180,166,136)
#A0947A
(160,148,122)
#8C826C
(140,130,108)
#78705E
(120,112,94)
#645E50
(100,94,80)
#504C42
(80,76,66)
#3C3A34
(60,58,52)
#282826
(40,40,38)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #DCCAA4

#DCCAA4
(220,202,164)
#DFCEAC
(223,206,172)
#E2D2B4
(226,210,180)
#E5D6BC
(229,214,188)
#E8DAC4
(232,218,196)
#EBDECC
(235,222,204)
#EEE2D4
(238,226,212)
#F1E6DC
(241,230,220)
#F4EAE4
(244,234,228)
#F7EEEC
(247,238,236)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCAA4 color. Also use rgb(220,202,164) instead hex code.

Text Font Color

.myTextColor { color: #DCCAA4; }

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

This text font color is #DCCAA4.


Background Color

.myBgColor { background-color: #DCCAA4; }

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

This div background color is #DCCAA4.


Border color

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

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

This div border color is #DCCAA4.


Opacity

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

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

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

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

This text has shadow with #DCCAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAA4 on black background.


Color preview on white background

This text has color #DCCAA4 on white background.



Black color preview on #DCCAA4 background

This text has black color on #DCCAA4 background.


White color preview on #DCCAA4 background

This text has white color on #DCCAA4 background.