#DEAA85

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

Shades of Tumbleweed #DEAA85

Tints of Tumbleweed #DEAA85

Color information

#DEAA85 (or 0xDEAA85) is unknown color: approx Tumbleweed. HEX triplet: DE, AA and 85. RGB value is (222,170,133). Sum of RGB (Red+Green+Blue) = 222+170+133=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA85 is #21557A. Grayscale: #B5B5B5. Windows color (decimal): -2184571 or 8760030. OLE color: 8760030.

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

Color convert

RGB222170133-
CMYK00.230.400.13
HSL24.94º57.42%69.61%-
HSV(B)24.94º40.09%87.06%-
XYZ48.7345.9728.5-
YUV181.33100.73157.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=42.29%
G=32.38%
B=25.33%

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
Decimal22217013300.230.400.1324.9457.4269.61
HexDEAA8501728D193946
Octal33625220502750153171106
Binary1101111010101010100001010101111010001101110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA85; }

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

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

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

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

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

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

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

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