#DC9F80

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

Shades of Tumbleweed #DC9F80

Tints of Tumbleweed #DC9F80

Color information

#DC9F80 (or 0xDC9F80) is unknown color: approx Tumbleweed. HEX triplet: DC, 9F and 80. RGB value is (220,159,128). Sum of RGB (Red+Green+Blue) = 220+159+128=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F80 is #23607F. Grayscale: #ADADAD. Windows color (decimal): -2318464 or 8429532. OLE color: 8429532.

HSL color Cylindrical-coordinate representation of color #DC9F80: hue angle of 20.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC9F80 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220159128-
CMYK00.280.420.14
HSL20.22º56.79%68.24%-
HSV(B)20.22º41.82%86.27%-
XYZ45.8141.5726.03-
YUV173.7102.21161.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=43.39%
G=31.36%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015912800.280.420.1420.2256.7968.24
HexDC9F8001C2AE143944
Octal33423720003452162471104
Binary1101110010011111100000000111001010101110101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F80; }

 p { color: rgb(220,159,128); }

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

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

 a { background-color: rgb(220,159,128); }

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

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

 span { border-color: rgb(220,159,128); }

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