#DCA1A9

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

Shades of Pale Chestnut #DCA1A9

Tints of Pale Chestnut #DCA1A9

Color information

#DCA1A9 (or 0xDCA1A9) is unknown color: approx Pale Chestnut. HEX triplet: DC, A1 and A9. RGB value is (220,161,169). Sum of RGB (Red+Green+Blue) = 220+161+169=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA1A9 is #235E56. Grayscale: #B3B3B3. Windows color (decimal): -2317911 or 11117020. OLE color: 11117020.

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

Color convert

RGB220161169-
CMYK00.270.230.14
HSL351.86º45.74%74.71%-
HSV(B)351.86º26.82%86.27%-
XYZ49.4243.5743.34-
YUV179.55122.05156.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=40%
G=29.27%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016116900.270.230.14351.8645.7474.71
HexDCA1A901B17E1602e4b
Octal334241251033271654056113
Binary1101110010100001101010010110111011111101011000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1A9; }

 p { color: rgb(220,161,169); }

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

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

 a { background-color: rgb(220,161,169); }

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

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

 span { border-color: rgb(220,161,169); }

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