Shades of Tumbleweed #DF9F80
Tints of Tumbleweed #DF9F80
RGB
CMYK
RGB Variations
Color information
#DF9F80 (or 0xDF9F80) is known color: Tumbleweed. HEX triplet: DF, 9F and 80. RGB value is (223,159,128). Sum of RGB (Red+Green+Blue) = 223+159+128=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F80 is #20607F. Grayscale: #AEAEAE. Windows color (decimal): -2121856 or 8429535. OLE color: 8429535.
HSL color Cylindrical-coordinate representation of color #DF9F80: hue angle of 19.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF9F80 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 128 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.13 |
| HSL | 19.58º | 0.6% | 0.69% | - |
| HSV(B) | 19.58º | 0.43% | 0.87% | - |
| XYZ | 46.73 | 42.04 | 26.07 | - |
| YUV | 174.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 128 | 0 | 0.29 | 0.43 | 0.13 | 19.58 | 0.6 | 0.69 |
| Hex | DF | 9F | 80 | 0 | 1D | 2B | D | 14 | 3C | 45 |
| Octal | 337 | 237 | 200 | 0 | 35 | 53 | 15 | 24 | 74 | 105 |
| Binary | 11011111 | 10011111 | 10000000 | 0 | 11101 | 101011 | 1101 | 10100 | 111100 | 1000101 |
Color Harmonies of #DF9F80
Complementary color
Monochromatic Colors of #DF9F80
Black with #DF9F80
Text Example
Text Example
White with #DF9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F80; }
p { color: rgb(223,159,128); }
H1.HeaderClassName
{
color: #DF9F80;
}
.AnyTagClassName
{
color: #DF9F80;
}
</style>
background-color css
<style>
a { background-color: #DF9F80; }
a { background-color: rgb(223,159,128); }
div.DivClassName
{
background-color: #DF9F80;
}
.BgClassName
{
background-color: #DF9F80;
}
</style>
border-color css
<style>
span { border-color: #DF9F80; }
span { border-color: rgb(223,159,128); }
td.TdClassName
{
border-color: #DF9F80;
}
.TagClassName
{
border-color: #DF9F80;
}
</style>