#DCA1AC

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

Shades of Pale Chestnut #DCA1AC

Tints of Pale Chestnut #DCA1AC

Color information

#DCA1AC (or 0xDCA1AC) is unknown color: approx Pale Chestnut. HEX triplet: DC, A1 and AC. RGB value is (220,161,172). Sum of RGB (Red+Green+Blue) = 220+161+172=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA1AC is #235E53. Grayscale: #B3B3B3. Windows color (decimal): -2317908 or 11313628. OLE color: 11313628.

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

Color convert

RGB220161172-
CMYK00.270.220.14
HSL348.81º45.74%74.71%-
HSV(B)348.81º26.82%86.27%-
XYZ49.7143.6844.84-
YUV179.9123.55156.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=39.78%
G=29.11%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016117200.270.220.14348.8145.7474.71
HexDCA1AC01B16E15d2e4b
Octal334241254033261653556113
Binary1101110010100001101011000110111011011101010111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1AC; }

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

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

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

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

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

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

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

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