#DEA270

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

Shades of Tumbleweed #DEA270

Tints of Tumbleweed #DEA270

Color information

#DEA270 (or 0xDEA270) is unknown color: approx Tumbleweed. HEX triplet: DE, A2 and 70. RGB value is (222,162,112). Sum of RGB (Red+Green+Blue) = 222+162+112=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA270 is #215D8F. Grayscale: #AEAEAE. Windows color (decimal): -2186640 or 7381726. OLE color: 7381726.

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

Color convert

RGB222162112-
CMYK00.270.500.13
HSL27.27º62.5%65.49%-
HSV(B)27.27º49.55%87.06%-
XYZ45.9742.5421.12-
YUV174.2492.88162.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.76%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=44.76%
G=32.66%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216211200.270.500.1327.2762.565.49
HexDEA27001B32D1b3e41
Octal33624216003362153376101
Binary110111101010001011100000110111100101101110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA270; }

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

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

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

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

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

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

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

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