#DEA170

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

Shades of Tumbleweed #DEA170

Tints of Tumbleweed #DEA170

Color information

#DEA170 (or 0xDEA170) is unknown color: approx Tumbleweed. HEX triplet: DE, A1 and 70. RGB value is (222,161,112). Sum of RGB (Red+Green+Blue) = 222+161+112=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA170 is #215E8F. Grayscale: #ADADAD. Windows color (decimal): -2186896 or 7381470. OLE color: 7381470.

HSL color Cylindrical-coordinate representation of color #DEA170: hue angle of 26.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA170 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222161112-
CMYK00.270.500.13
HSL26.73º62.5%65.49%-
HSV(B)26.73º49.55%87.06%-
XYZ45.7942.1921.06-
YUV173.6593.21162.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=44.85%
G=32.53%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216111200.270.500.1326.7362.565.49
HexDEA17001B32D1b3e41
Octal33624116003362153376101
Binary110111101010000111100000110111100101101110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA170; }

 p { color: rgb(222,161,112); }

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

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

 a { background-color: rgb(222,161,112); }

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

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

 span { border-color: rgb(222,161,112); }

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