#DEA59F

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

Shades of Shilo #DEA59F

Tints of Shilo #DEA59F

Color information

#DEA59F (or 0xDEA59F) is unknown color: approx Shilo. HEX triplet: DE, A5 and 9F. RGB value is (222,165,159). Sum of RGB (Red+Green+Blue) = 222+165+159=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA59F is #215A60. Grayscale: #B5B5B5. Windows color (decimal): -2185825 or 10462686. OLE color: 10462686.

HSL color Cylindrical-coordinate representation of color #DEA59F: hue angle of 5.71º degrees, saturation: 0.49, 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 #DEA59F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222165159-
CMYK00.260.280.13
HSL5.71º48.84%74.71%-
HSV(B)5.71º28.38%87.06%-
XYZ49.8444.9438.85-
YUV181.36115.38156.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=40.66%
G=30.22%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216515900.260.280.135.7148.8474.71
HexDEA59F01A1CD6314b
Octal3362452370323415661113
Binary1101111010100101100111110110101110011011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA59F; }

 p { color: rgb(222,165,159); }

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

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

 a { background-color: rgb(222,165,159); }

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

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

 span { border-color: rgb(222,165,159); }

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