#DCA6B0

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

Shades of Pale Chestnut #DCA6B0

Tints of Pale Chestnut #DCA6B0

Color information

#DCA6B0 (or 0xDCA6B0) is unknown color: approx Pale Chestnut. HEX triplet: DC, A6 and B0. RGB value is (220,166,176). Sum of RGB (Red+Green+Blue) = 220+166+176=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6B0 is #23594F. Grayscale: #B7B7B7. Windows color (decimal): -2316624 or 11577052. OLE color: 11577052.

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

Color convert

RGB220166176-
CMYK00.250.20.14
HSL348.89º43.55%75.69%-
HSV(B)348.89º24.55%86.27%-
XYZ50.9945.6247.19-
YUV183.29123.89154.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=39.15%
G=29.54%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016617600.250.20.14348.8943.5575.69
HexDCA6B001914E15d2c4c
Octal334246260031241653554114
Binary1101110010100110101100000110011010011101010111011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6B0; }

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

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

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

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

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

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

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

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