#DEA470

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

Shades of Tumbleweed #DEA470

Tints of Tumbleweed #DEA470

Color information

#DEA470 (or 0xDEA470) is unknown color: approx Tumbleweed. HEX triplet: DE, A4 and 70. RGB value is (222,164,112). Sum of RGB (Red+Green+Blue) = 222+164+112=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA470 is #215B8F. Grayscale: #AFAFAF. Windows color (decimal): -2186128 or 7382238. OLE color: 7382238.

HSL color Cylindrical-coordinate representation of color #DEA470: hue angle of 28.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA470 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222164112-
CMYK00.260.500.13
HSL28.36º62.5%65.49%-
HSV(B)28.36º49.55%87.06%-
XYZ46.3243.2521.24-
YUV175.4192.22161.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=44.58%
G=32.93%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216411200.260.500.1328.3662.565.49
HexDEA47001A32D1c3e41
Octal33624416003262153476101
Binary110111101010010011100000110101100101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA470; }

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

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

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

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

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

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

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

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