#DCA5A7

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

Shades of Pale Chestnut #DCA5A7

Tints of Pale Chestnut #DCA5A7

Color information

#DCA5A7 (or 0xDCA5A7) is unknown color: approx Pale Chestnut. HEX triplet: DC, A5 and A7. RGB value is (220,165,167). Sum of RGB (Red+Green+Blue) = 220+165+167=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5A7 is #235A58. Grayscale: #B5B5B5. Windows color (decimal): -2316889 or 10986972. OLE color: 10986972.

HSL color Cylindrical-coordinate representation of color #DCA5A7: hue angle of 357.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5A7 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220165167-
CMYK00.250.240.14
HSL357.82º44%75.49%-
HSV(B)357.82º25%86.27%-
XYZ49.9544.9242.6-
YUV181.67119.72155.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 167 (65.62% from 255) = 30.25%
R=39.86%
G=29.89%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016516700.250.240.14357.824475.49
HexDCA5A701918E1662c4b
Octal334245247031301654654113
Binary1101110010100101101001110110011100011101011001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5A7; }

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

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

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

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

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

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

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

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