#DCA6AC

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

Shades of Pale Chestnut #DCA6AC

Tints of Pale Chestnut #DCA6AC

Color information

#DCA6AC (or 0xDCA6AC) is unknown color: approx Pale Chestnut. HEX triplet: DC, A6 and AC. RGB value is (220,166,172). Sum of RGB (Red+Green+Blue) = 220+166+172=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6AC is #235953. Grayscale: #B6B6B6. Windows color (decimal): -2316628 or 11314908. OLE color: 11314908.

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

Color convert

RGB220166172-
CMYK00.250.220.14
HSL353.33º43.55%75.69%-
HSV(B)353.33º24.55%86.27%-
XYZ50.645.4745.14-
YUV182.83121.89154.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=39.43%
G=29.75%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016617200.250.220.14353.3343.5575.69
HexDCA6AC01916E1612c4c
Octal334246254031261654154114
Binary1101110010100110101011000110011011011101011000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6AC; }

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

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

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

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

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

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

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

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