#DCA0A4

Color #DCA0A4 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DCA0A4

Tints of Pale Chestnut #DCA0A4

Color information

#DCA0A4 (or 0xDCA0A4) is unknown color: approx Pale Chestnut. HEX triplet: DC, A0 and A4. RGB value is (220,160,164). Sum of RGB (Red+Green+Blue) = 220+160+164=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A4 is #235F5B. Grayscale: #B2B2B2. Windows color (decimal): -2318172 or 10789084. OLE color: 10789084.

HSL color Cylindrical-coordinate representation of color #DCA0A4: hue angle of 356º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0A4 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220160164-
CMYK00.270.250.14
HSL356º46.15%74.51%-
HSV(B)356º27.27%86.27%-
XYZ48.7943.0440.86-
YUV178.4119.88157.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=40.44%
G=29.41%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016016400.270.250.1435646.1574.51
HexDCA0A401B19E1642e4b
Octal334240244033311654456113
Binary1101110010100000101001000110111100111101011001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0A4; }

 p { color: rgb(220,160,164); }

 H1.HeaderClassName
 {
   color: #DCA0A4;
 }
 .AnyTagClassName
 {
   color: #DCA0A4;
 }
</style>
background-color css

<style>
 a { background-color: #DCA0A4; }

 a { background-color: rgb(220,160,164); }

 div.DivClassName
 {
   background-color: #DCA0A4;
 }
 .BgClassName
 {
   background-color: #DCA0A4;
 }
</style>
border-color css

<style>
 span { border-color: #DCA0A4; }

 span { border-color: rgb(220,160,164); }

 td.TdClassName
 {
   border-color: #DCA0A4;
 }
 .TagClassName
 {
   border-color: #DCA0A4;
 }
</style>