Shades of Tumbleweed #DF9F70
Tints of Tumbleweed #DF9F70
RGB
CMYK
RGB Variations
Color information
#DF9F70 (or 0xDF9F70) is known color: Tumbleweed. HEX triplet: DF, 9F and 70. RGB value is (223,159,112). Sum of RGB (Red+Green+Blue) = 223+159+112=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9F70 is #20608F. Grayscale: #ADADAD. Windows color (decimal): -2121872 or 7380959. OLE color: 7380959.
HSL color Cylindrical-coordinate representation of color #DF9F70: hue angle of 25.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9F70 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 112 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.13 |
| HSL | 25.41º | 0.63% | 0.66% | - |
| HSV(B) | 25.41º | 0.5% | 0.87% | - |
| XYZ | 45.75 | 41.65 | 20.96 | - |
| YUV | 172.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 112 | 0 | 0.29 | 0.50 | 0.13 | 25.41 | 0.63 | 0.66 |
| Hex | DF | 9F | 70 | 0 | 1D | 32 | D | 19 | 3F | 42 |
| Octal | 337 | 237 | 160 | 0 | 35 | 62 | 15 | 31 | 77 | 102 |
| Binary | 11011111 | 10011111 | 1110000 | 0 | 11101 | 110010 | 1101 | 11001 | 111111 | 1000010 |
Color Harmonies of #DF9F70
Complementary color
Monochromatic Colors of #DF9F70
Black with #DF9F70
Text Example
Text Example
White with #DF9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F70; }
p { color: rgb(223,159,112); }
H1.HeaderClassName
{
color: #DF9F70;
}
.AnyTagClassName
{
color: #DF9F70;
}
</style>
background-color css
<style>
a { background-color: #DF9F70; }
a { background-color: rgb(223,159,112); }
div.DivClassName
{
background-color: #DF9F70;
}
.BgClassName
{
background-color: #DF9F70;
}
</style>
border-color css
<style>
span { border-color: #DF9F70; }
span { border-color: rgb(223,159,112); }
td.TdClassName
{
border-color: #DF9F70;
}
.TagClassName
{
border-color: #DF9F70;
}
</style>