#DCA4AC

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

Shades of Pale Chestnut #DCA4AC

Tints of Pale Chestnut #DCA4AC

Color information

#DCA4AC (or 0xDCA4AC) is unknown color: approx Pale Chestnut. HEX triplet: DC, A4 and AC. RGB value is (220,164,172). Sum of RGB (Red+Green+Blue) = 220+164+172=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4AC is #235B53. Grayscale: #B5B5B5. Windows color (decimal): -2317140 or 11314396. OLE color: 11314396.

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

Color convert

RGB220164172-
CMYK00.250.220.14
HSL351.43º44.44%75.29%-
HSV(B)351.43º25.45%86.27%-
XYZ50.2444.7545.02-
YUV181.66122.55155.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=39.57%
G=29.50%
B=30.94%

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
Decimal22016417200.250.220.14351.4344.4475.29
HexDCA4AC01916E15f2c4b
Octal334244254031261653754113
Binary1101110010100100101011000110011011011101010111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4AC; }

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

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

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

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

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

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

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

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