#DCA4AB

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

Shades of Pale Chestnut #DCA4AB

Tints of Pale Chestnut #DCA4AB

Color information

#DCA4AB (or 0xDCA4AB) is unknown color: approx Pale Chestnut. HEX triplet: DC, A4 and AB. RGB value is (220,164,171). Sum of RGB (Red+Green+Blue) = 220+164+171=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4AB is #235B54. Grayscale: #B5B5B5. Windows color (decimal): -2317141 or 11248860. OLE color: 11248860.

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

Color convert

RGB220164171-
CMYK00.250.220.14
HSL352.5º44.44%75.29%-
HSV(B)352.5º25.45%86.27%-
XYZ50.1444.7144.51-
YUV181.54122.05155.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=39.64%
G=29.55%
B=30.81%

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
Decimal22016417100.250.220.14352.544.4475.29
HexDCA4AB01916E1602c4b
Octal334244253031261654054113
Binary1101110010100100101010110110011011011101011000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4AB; }

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

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

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

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

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

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

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

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