#DEA370

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

Shades of Tumbleweed #DEA370

Tints of Tumbleweed #DEA370

Color information

#DEA370 (or 0xDEA370) is unknown color: approx Tumbleweed. HEX triplet: DE, A3 and 70. RGB value is (222,163,112). Sum of RGB (Red+Green+Blue) = 222+163+112=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA370 is #215C8F. Grayscale: #AFAFAF. Windows color (decimal): -2186384 or 7381982. OLE color: 7381982.

HSL color Cylindrical-coordinate representation of color #DEA370: hue angle of 27.82º 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 #DEA370 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222163112-
CMYK00.270.500.13
HSL27.82º62.5%65.49%-
HSV(B)27.82º49.55%87.06%-
XYZ46.1542.8921.18-
YUV174.8392.55161.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=44.67%
G=32.80%
B=22.54%

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
Decimal22216311200.270.500.1327.8262.565.49
HexDEA37001B32D1c3e41
Octal33624316003362153476101
Binary110111101010001111100000110111100101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA370; }

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

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

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

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

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

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

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

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