#DCA9AE

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

Shades of Pale Chestnut #DCA9AE

Tints of Pale Chestnut #DCA9AE

Color information

#DCA9AE (or 0xDCA9AE) is unknown color: approx Pale Chestnut. HEX triplet: DC, A9 and AE. RGB value is (220,169,174). Sum of RGB (Red+Green+Blue) = 220+169+174=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9AE is #235651. Grayscale: #B8B8B8. Windows color (decimal): -2315858 or 11446748. OLE color: 11446748.

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

Color convert

RGB220169174-
CMYK00.230.210.14
HSL354.12º42.15%76.27%-
HSV(B)354.12º23.18%86.27%-
XYZ51.3446.6546.34-
YUV184.82121.9153.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=39.08%
G=30.02%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016917400.230.210.14354.1242.1576.27
HexDCA9AE01715E1622a4c
Octal334251256027251654252114
Binary1101110010101001101011100101111010111101011000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9AE; }

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

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

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

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

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

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

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

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