#DEA07C

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

Shades of Tumbleweed #DEA07C

Tints of Tumbleweed #DEA07C

Color information

#DEA07C (or 0xDEA07C) is unknown color: approx Tumbleweed. HEX triplet: DE, A0 and 7C. RGB value is (222,160,124). Sum of RGB (Red+Green+Blue) = 222+160+124=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA07C is #215F83. Grayscale: #AEAEAE. Windows color (decimal): -2187140 or 8167646. OLE color: 8167646.

HSL color Cylindrical-coordinate representation of color #DEA07C: hue angle of 22.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEA07C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222160124-
CMYK00.280.440.13
HSL22.04º59.76%67.84%-
HSV(B)22.04º44.14%87.06%-
XYZ46.3342.1324.76-
YUV174.4399.54161.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=43.87%
G=31.62%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216012400.280.440.1322.0459.7667.84
HexDEA07C01C2CD163c44
Octal33624017403454152674104
Binary110111101010000011111000111001011001101101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA07C; }

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

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

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

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

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

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

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

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