#DEA485

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

Shades of Tumbleweed #DEA485

Tints of Tumbleweed #DEA485

Color information

#DEA485 (or 0xDEA485) is unknown color: approx Tumbleweed. HEX triplet: DE, A4 and 85. RGB value is (222,164,133). Sum of RGB (Red+Green+Blue) = 222+164+133=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA485 is #215B7A. Grayscale: #B1B1B1. Windows color (decimal): -2186107 or 8758494. OLE color: 8758494.

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

Color convert

RGB222164133-
CMYK00.260.400.13
HSL20.9º57.42%69.61%-
HSV(B)20.9º40.09%87.06%-
XYZ47.6343.7728.13-
YUV177.81102.72159.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=42.77%
G=31.60%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216413300.260.400.1320.957.4269.61
HexDEA48501A28D153946
Octal33624420503250152571106
Binary1101111010100100100001010110101010001101101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA485; }

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

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

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

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

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

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

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

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