#DCA0A5

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

Shades of Pale Chestnut #DCA0A5

Tints of Pale Chestnut #DCA0A5

Color information

#DCA0A5 (or 0xDCA0A5) is unknown color: approx Pale Chestnut. HEX triplet: DC, A0 and A5. RGB value is (220,160,165). Sum of RGB (Red+Green+Blue) = 220+160+165=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A5 is #235F5A. Grayscale: #B2B2B2. Windows color (decimal): -2318171 or 10854620. OLE color: 10854620.

HSL color Cylindrical-coordinate representation of color #DCA0A5: hue angle of 355º 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 #DCA0A5 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220160165-
CMYK00.270.250.14
HSL355º46.15%74.51%-
HSV(B)355º27.27%86.27%-
XYZ48.8843.0741.34-
YUV178.51120.38157.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=40.37%
G=29.36%
B=30.28%

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
Decimal22016016500.270.250.1435546.1574.51
HexDCA0A501B19E1632e4b
Octal334240245033311654356113
Binary1101110010100000101001010110111100111101011000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0A5; }

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

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

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

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

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

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

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

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