#DCA6AA

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

Shades of Pale Chestnut #DCA6AA

Tints of Pale Chestnut #DCA6AA

Color information

#DCA6AA (or 0xDCA6AA) is unknown color: approx Pale Chestnut. HEX triplet: DC, A6 and AA. RGB value is (220,166,170). Sum of RGB (Red+Green+Blue) = 220+166+170=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6AA is #235955. Grayscale: #B6B6B6. Windows color (decimal): -2316630 or 11183836. OLE color: 11183836.

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

Color convert

RGB220166170-
CMYK00.250.230.14
HSL355.56º43.55%75.69%-
HSV(B)355.56º24.55%86.27%-
XYZ50.4145.3944.13-
YUV182.6120.89154.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=39.57%
G=29.86%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016617000.250.230.14355.5643.5575.69
HexDCA6AA01917E1642c4c
Octal334246252031271654454114
Binary1101110010100110101010100110011011111101011001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6AA; }

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

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

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

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

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

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

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

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