#DEA080

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

Shades of Tumbleweed #DEA080

Tints of Tumbleweed #DEA080

Color information

#DEA080 (or 0xDEA080) is unknown color: approx Tumbleweed. HEX triplet: DE, A0 and 80. RGB value is (222,160,128). Sum of RGB (Red+Green+Blue) = 222+160+128=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA080 is #215F7F. Grayscale: #AFAFAF. Windows color (decimal): -2187136 or 8429790. OLE color: 8429790.

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

Color convert

RGB222160128-
CMYK00.280.420.13
HSL20.43º58.75%68.63%-
HSV(B)20.43º42.34%87.06%-
XYZ46.5942.2326.12-
YUV174.89101.54161.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=43.53%
G=31.37%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216012800.280.420.1320.4358.7568.63
HexDEA08001C2AD143b45
Octal33624020003452152473105
Binary1101111010100000100000000111001010101101101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA080; }

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

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

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

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

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

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

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

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