#DEA68A

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

Shades of Tumbleweed #DEA68A

Tints of Tumbleweed #DEA68A

Color information

#DEA68A (or 0xDEA68A) is unknown color: approx Tumbleweed. HEX triplet: DE, A6 and 8A. RGB value is (222,166,138). Sum of RGB (Red+Green+Blue) = 222+166+138=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA68A is #215975. Grayscale: #B3B3B3. Windows color (decimal): -2185590 or 9086686. OLE color: 9086686.

HSL color Cylindrical-coordinate representation of color #DEA68A: hue angle of 20º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEA68A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222166138-
CMYK00.250.380.13
HSL20º56%70.59%-
HSV(B)20º37.84%87.06%-
XYZ48.3544.6430.11-
YUV179.55104.55158.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=42.21%
G=31.56%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216613800.250.380.13205670.59
HexDEA68A01926D143847
Octal33624621203146152470107
Binary1101111010100110100010100110011001101101101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA68A; }

 p { color: rgb(222,166,138); }

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

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

 a { background-color: rgb(222,166,138); }

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

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

 span { border-color: rgb(222,166,138); }

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