#DCA7A9

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

Shades of Pale Chestnut #DCA7A9

Tints of Pale Chestnut #DCA7A9

Color information

#DCA7A9 (or 0xDCA7A9) is unknown color: approx Pale Chestnut. HEX triplet: DC, A7 and A9. RGB value is (220,167,169). Sum of RGB (Red+Green+Blue) = 220+167+169=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A9 is #235856. Grayscale: #B7B7B7. Windows color (decimal): -2316375 or 11118556. OLE color: 11118556.

HSL color Cylindrical-coordinate representation of color #DCA7A9: hue angle of 357.74º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA7A9 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220167169-
CMYK00.240.230.14
HSL357.74º43.09%75.88%-
HSV(B)357.74º24.09%86.27%-
XYZ50.545.7243.7-
YUV183.08120.06154.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=39.57%
G=30.04%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016716900.240.230.14357.7443.0975.88
HexDCA7A901817E1662b4c
Octal334247251030271654653114
Binary1101110010100111101010010110001011111101011001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7A9; }

 p { color: rgb(220,167,169); }

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

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

 a { background-color: rgb(220,167,169); }

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

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

 span { border-color: rgb(220,167,169); }

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