#DCA6A8

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

Shades of Pale Chestnut #DCA6A8

Tints of Pale Chestnut #DCA6A8

Color information

#DCA6A8 (or 0xDCA6A8) is unknown color: approx Pale Chestnut. HEX triplet: DC, A6 and A8. RGB value is (220,166,168). Sum of RGB (Red+Green+Blue) = 220+166+168=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A8 is #235957. Grayscale: #B6B6B6. Windows color (decimal): -2316632 or 11052764. OLE color: 11052764.

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

Color convert

RGB220166168-
CMYK00.250.240.14
HSL357.78º43.55%75.69%-
HSV(B)357.78º24.55%86.27%-
XYZ50.2245.3243.15-
YUV182.37119.89154.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=39.71%
G=29.96%
B=30.32%

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
Decimal22016616800.250.240.14357.7843.5575.69
HexDCA6A801918E1662c4c
Octal334246250031301654654114
Binary1101110010100110101010000110011100011101011001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6A8; }

 p { color: rgb(220,166,168); }

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

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

 a { background-color: rgb(220,166,168); }

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

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

 span { border-color: rgb(220,166,168); }

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