#DEA275

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

Shades of Tumbleweed #DEA275

Tints of Tumbleweed #DEA275

Color information

#DEA275 (or 0xDEA275) is unknown color: approx Tumbleweed. HEX triplet: DE, A2 and 75. RGB value is (222,162,117). Sum of RGB (Red+Green+Blue) = 222+162+117=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA275 is #215D8A. Grayscale: #AFAFAF. Windows color (decimal): -2186635 or 7709406. OLE color: 7709406.

HSL color Cylindrical-coordinate representation of color #DEA275: hue angle of 25.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEA275 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222162117-
CMYK00.270.470.13
HSL25.71º61.4%66.47%-
HSV(B)25.71º47.3%87.06%-
XYZ46.2642.6522.62-
YUV174.8195.38161.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=44.31%
G=32.34%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216211700.270.470.1325.7161.466.47
HexDEA27501B2FD1a3d42
Octal33624216503357153275102
Binary110111101010001011101010110111011111101110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA275; }

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

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

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

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

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

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

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

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