#DE9F75

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

Shades of Tumbleweed #DE9F75

Tints of Tumbleweed #DE9F75

Color information

#DE9F75 (or 0xDE9F75) is unknown color: approx Tumbleweed. HEX triplet: DE, 9F and 75. RGB value is (222,159,117). Sum of RGB (Red+Green+Blue) = 222+159+117=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9F75 is #21608A. Grayscale: #ADADAD. Windows color (decimal): -2187403 or 7708638. OLE color: 7708638.

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

Color convert

RGB222159117-
CMYK00.280.470.13
HSL24º61.4%66.47%-
HSV(B)24º47.3%87.06%-
XYZ45.7341.6122.45-
YUV173.0596.37162.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=44.58%
G=31.93%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215911700.280.470.132461.466.47
HexDE9F7501C2FD183d42
Octal33623716503457153075102
Binary110111101001111111101010111001011111101110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9F75; }

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

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

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

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

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

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

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

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