#DE9DA0

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

Shades of Pale Chestnut #DE9DA0

Tints of Pale Chestnut #DE9DA0

Color information

#DE9DA0 (or 0xDE9DA0) is unknown color: approx Pale Chestnut. HEX triplet: DE, 9D and A0. RGB value is (222,157,160). Sum of RGB (Red+Green+Blue) = 222+157+160=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DA0 is #21625F. Grayscale: #B0B0B0. Windows color (decimal): -2187872 or 10526174. OLE color: 10526174.

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

Color convert

RGB222157160-
CMYK00.290.280.13
HSL357.23º49.62%74.31%-
HSV(B)357.23º29.28%87.06%-
XYZ48.5342.1838.84-
YUV176.78118.53160.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=41.19%
G=29.13%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215716000.290.280.13357.2349.6274.31
HexDE9DA001D1CD165324a
Octal336235240035341554562112
Binary1101111010011101101000000111011110011011011001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DA0; }

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

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

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

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

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

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

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

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