#DE9D80

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

Shades of Tumbleweed #DE9D80

Tints of Tumbleweed #DE9D80

Color information

#DE9D80 (or 0xDE9D80) is unknown color: approx Tumbleweed. HEX triplet: DE, 9D and 80. RGB value is (222,157,128). Sum of RGB (Red+Green+Blue) = 222+157+128=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D80 is #21627F. Grayscale: #ADADAD. Windows color (decimal): -2187904 or 8429022. OLE color: 8429022.

HSL color Cylindrical-coordinate representation of color #DE9D80: hue angle of 18.51º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE9D80 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222157128-
CMYK00.290.420.13
HSL18.51º58.75%68.63%-
HSV(B)18.51º42.34%87.06%-
XYZ46.0841.225.95-
YUV173.13102.53162.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=43.79%
G=30.97%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215712800.290.420.1318.5158.7568.63
HexDE9D8001D2AD133b45
Octal33623520003552152373105
Binary1101111010011101100000000111011010101101100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D80; }

 p { color: rgb(222,157,128); }

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

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

 a { background-color: rgb(222,157,128); }

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

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

 span { border-color: rgb(222,157,128); }

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