#DEAA86

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

Shades of Tumbleweed #DEAA86

Tints of Tumbleweed #DEAA86

Color information

#DEAA86 (or 0xDEAA86) is unknown color: approx Tumbleweed. HEX triplet: DE, AA and 86. RGB value is (222,170,134). Sum of RGB (Red+Green+Blue) = 222+170+134=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA86 is #215579. Grayscale: #B5B5B5. Windows color (decimal): -2184570 or 8825566. OLE color: 8825566.

HSL color Cylindrical-coordinate representation of color #DEAA86: hue angle of 24.55º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAA86 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222170134-
CMYK00.230.400.13
HSL24.55º57.14%69.8%-
HSV(B)24.55º39.64%87.06%-
XYZ48.84628.86-
YUV181.44101.23156.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=42.21%
G=32.32%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217013400.230.400.1324.5557.1469.8
HexDEAA8601728D193946
Octal33625220602750153171106
Binary1101111010101010100001100101111010001101110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA86; }

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

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

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

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

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

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

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

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