#DEA0AA

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

Shades of Pale Chestnut #DEA0AA

Tints of Pale Chestnut #DEA0AA

Color information

#DEA0AA (or 0xDEA0AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A0 and AA. RGB value is (222,160,170). Sum of RGB (Red+Green+Blue) = 222+160+170=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA0AA is #215F55. Grayscale: #B3B3B3. Windows color (decimal): -2187094 or 11182302. OLE color: 11182302.

HSL color Cylindrical-coordinate representation of color #DEA0AA: hue angle of 350.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA0AA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222160170-
CMYK00.280.230.13
HSL350.32º48.44%74.9%-
HSV(B)350.32º27.93%87.06%-
XYZ49.9543.5743.81-
YUV179.68122.54158.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=40.22%
G=28.99%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216017000.280.230.13350.3248.4474.9
HexDEA0AA01C17D15e304b
Octal336240252034271553660113
Binary1101111010100000101010100111001011111011010111101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0AA; }

 p { color: rgb(222,160,170); }

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

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

 a { background-color: rgb(222,160,170); }

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

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

 span { border-color: rgb(222,160,170); }

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