#DEA985

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

Shades of Tumbleweed #DEA985

Tints of Tumbleweed #DEA985

Color information

#DEA985 (or 0xDEA985) is unknown color: approx Tumbleweed. HEX triplet: DE, A9 and 85. RGB value is (222,169,133). Sum of RGB (Red+Green+Blue) = 222+169+133=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA985 is #21567A. Grayscale: #B4B4B4. Windows color (decimal): -2184827 or 8759774. OLE color: 8759774.

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

Color convert

RGB222169133-
CMYK00.240.400.13
HSL24.27º57.42%69.61%-
HSV(B)24.27º40.09%87.06%-
XYZ48.5545.628.43-
YUV180.74101.06157.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=42.37%
G=32.25%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216913300.240.400.1324.2757.4269.61
HexDEA98501828D183946
Octal33625120503050153071106
Binary1101111010101001100001010110001010001101110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA985; }

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

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

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

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

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

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

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

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