#DEA085

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

Shades of Tumbleweed #DEA085

Tints of Tumbleweed #DEA085

Color information

#DEA085 (or 0xDEA085) is unknown color: approx Tumbleweed. HEX triplet: DE, A0 and 85. RGB value is (222,160,133). Sum of RGB (Red+Green+Blue) = 222+160+133=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA085 is #215F7A. Grayscale: #AFAFAF. Windows color (decimal): -2187131 or 8757470. OLE color: 8757470.

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

Color convert

RGB222160133-
CMYK00.280.400.13
HSL18.2º57.42%69.61%-
HSV(B)18.2º40.09%87.06%-
XYZ46.9342.3627.89-
YUV175.46104.04161.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=43.11%
G=31.07%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216013300.280.400.1318.257.4269.61
HexDEA08501C28D123946
Octal33624020503450152271106
Binary1101111010100000100001010111001010001101100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA085; }

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

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

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

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

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

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

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

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