#DCA9AA

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

Shades of Pale Chestnut #DCA9AA

Tints of Pale Chestnut #DCA9AA

Color information

#DCA9AA (or 0xDCA9AA) is unknown color: approx Pale Chestnut. HEX triplet: DC, A9 and AA. RGB value is (220,169,170). Sum of RGB (Red+Green+Blue) = 220+169+170=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9AA is #235655. Grayscale: #B8B8B8. Windows color (decimal): -2315862 or 11184604. OLE color: 11184604.

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

Color convert

RGB220169170-
CMYK00.230.230.14
HSL358.82º42.15%76.27%-
HSV(B)358.82º23.18%86.27%-
XYZ50.9646.4944.32-
YUV184.36119.9153.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=39.36%
G=30.23%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016917000.230.230.14358.8242.1576.27
HexDCA9AA01717E1672a4c
Octal334251252027271654752114
Binary1101110010101001101010100101111011111101011001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9AA; }

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

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

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

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

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

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

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

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