#DEAA82

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

Shades of Tumbleweed #DEAA82

Tints of Tumbleweed #DEAA82

Color information

#DEAA82 (or 0xDEAA82) is unknown color: approx Tumbleweed. HEX triplet: DE, AA and 82. RGB value is (222,170,130). Sum of RGB (Red+Green+Blue) = 222+170+130=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA82 is #21557D. Grayscale: #B5B5B5. Windows color (decimal): -2184574 or 8563422. OLE color: 8563422.

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

Color convert

RGB222170130-
CMYK00.230.410.13
HSL26.09º58.23%69.02%-
HSV(B)26.09º41.44%87.06%-
XYZ48.5345.8927.42-
YUV180.9999.23157.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=42.53%
G=32.57%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217013000.230.410.1326.0958.2369.02
HexDEAA8201729D1a3a45
Octal33625220202751153272105
Binary1101111010101010100000100101111010011101110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA82; }

 p { color: rgb(222,170,130); }

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

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

 a { background-color: rgb(222,170,130); }

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

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

 span { border-color: rgb(222,170,130); }

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