Shades of Tumbleweed #DD9F73
Tints of Tumbleweed #DD9F73
RGB
CMYK
RGB Variations
Color information
#DD9F73 (or 0xDD9F73) is known color: Tumbleweed. HEX triplet: DD, 9F and 73. RGB value is (221,159,115). Sum of RGB (Red+Green+Blue) = 221+159+115=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F73 is #22608C. Grayscale: #ACACAC. Windows color (decimal): -2252941 or 7577565. OLE color: 7577565.
HSL color Cylindrical-coordinate representation of color #DD9F73: hue angle of 24.91º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9F73 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 115 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.13 |
| HSL | 24.91º | 0.61% | 0.66% | - |
| HSV(B) | 24.91º | 0.48% | 0.87% | - |
| XYZ | 45.31 | 41.41 | 21.82 | - |
| YUV | 172.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 115 | 0 | 0.28 | 0.48 | 0.13 | 24.91 | 0.61 | 0.66 |
| Hex | DD | 9F | 73 | 0 | 1C | 30 | D | 19 | 3D | 42 |
| Octal | 335 | 237 | 163 | 0 | 34 | 60 | 15 | 31 | 75 | 102 |
| Binary | 11011101 | 10011111 | 1110011 | 0 | 11100 | 110000 | 1101 | 11001 | 111101 | 1000010 |
Color Harmonies of #DD9F73
Complementary color
Monochromatic Colors of #DD9F73
Black with #DD9F73
Text Example
Text Example
White with #DD9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F73; }
p { color: rgb(221,159,115); }
H1.HeaderClassName
{
color: #DD9F73;
}
.AnyTagClassName
{
color: #DD9F73;
}
</style>
background-color css
<style>
a { background-color: #DD9F73; }
a { background-color: rgb(221,159,115); }
div.DivClassName
{
background-color: #DD9F73;
}
.BgClassName
{
background-color: #DD9F73;
}
</style>
border-color css
<style>
span { border-color: #DD9F73; }
span { border-color: rgb(221,159,115); }
td.TdClassName
{
border-color: #DD9F73;
}
.TagClassName
{
border-color: #DD9F73;
}
</style>