#DCA7A8

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

Shades of Pale Chestnut #DCA7A8

Tints of Pale Chestnut #DCA7A8

Color information

#DCA7A8 (or 0xDCA7A8) is unknown color: approx Pale Chestnut. HEX triplet: DC, A7 and A8. RGB value is (220,167,168). Sum of RGB (Red+Green+Blue) = 220+167+168=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A8 is #235857. Grayscale: #B7B7B7. Windows color (decimal): -2316376 or 11053020. OLE color: 11053020.

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

Color convert

RGB220167168-
CMYK00.240.240.14
HSL358.87º43.09%75.88%-
HSV(B)358.87º24.09%86.27%-
XYZ50.445.6843.21-
YUV182.96119.56154.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 168 (66.02% from 255) = 30.27%
R=39.64%
G=30.09%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016716800.240.240.14358.8743.0975.88
HexDCA7A801818E1672b4c
Octal334247250030301654753114
Binary1101110010100111101010000110001100011101011001111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7A8; }

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

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

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

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

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

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

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

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