#DCA9AC

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

Shades of Pale Chestnut #DCA9AC

Tints of Pale Chestnut #DCA9AC

Color information

#DCA9AC (or 0xDCA9AC) is unknown color: approx Pale Chestnut. HEX triplet: DC, A9 and AC. RGB value is (220,169,172). Sum of RGB (Red+Green+Blue) = 220+169+172=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9AC is #235653. Grayscale: #B8B8B8. Windows color (decimal): -2315860 or 11315676. OLE color: 11315676.

HSL color Cylindrical-coordinate representation of color #DCA9AC: hue angle of 356.47º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9AC is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220169172-
CMYK00.230.220.14
HSL356.47º42.15%76.27%-
HSV(B)356.47º23.18%86.27%-
XYZ51.1546.5745.32-
YUV184.59120.9153.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=39.22%
G=30.12%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016917200.230.220.14356.4742.1576.27
HexDCA9AC01716E1642a4c
Octal334251254027261654452114
Binary1101110010101001101011000101111011011101011001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9AC; }

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

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

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

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

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

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

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

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