Shades of Tumbleweed #DD9F7B
Tints of Tumbleweed #DD9F7B
RGB
CMYK
RGB Variations
Color information
#DD9F7B (or 0xDD9F7B) is known color: Tumbleweed. HEX triplet: DD, 9F and 7B. RGB value is (221,159,123). Sum of RGB (Red+Green+Blue) = 221+159+123=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F7B is #226084. Grayscale: #ADADAD. Windows color (decimal): -2252933 or 8101853. OLE color: 8101853.
HSL color Cylindrical-coordinate representation of color #DD9F7B: hue angle of 22.04º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD9F7B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 123 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.13 |
| HSL | 22.04º | 0.59% | 0.67% | - |
| HSV(B) | 22.04º | 0.44% | 0.87% | - |
| XYZ | 45.79 | 41.6 | 24.35 | - |
| YUV | 173.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 123 | 0 | 0.28 | 0.44 | 0.13 | 22.04 | 0.59 | 0.67 |
| Hex | DD | 9F | 7B | 0 | 1C | 2C | D | 16 | 3B | 43 |
| Octal | 335 | 237 | 173 | 0 | 34 | 54 | 15 | 26 | 73 | 103 |
| Binary | 11011101 | 10011111 | 1111011 | 0 | 11100 | 101100 | 1101 | 10110 | 111011 | 1000011 |
Color Harmonies of #DD9F7B
Complementary color
Monochromatic Colors of #DD9F7B
Black with #DD9F7B
Text Example
Text Example
White with #DD9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F7B; }
p { color: rgb(221,159,123); }
H1.HeaderClassName
{
color: #DD9F7B;
}
.AnyTagClassName
{
color: #DD9F7B;
}
</style>
background-color css
<style>
a { background-color: #DD9F7B; }
a { background-color: rgb(221,159,123); }
div.DivClassName
{
background-color: #DD9F7B;
}
.BgClassName
{
background-color: #DD9F7B;
}
</style>
border-color css
<style>
span { border-color: #DD9F7B; }
span { border-color: rgb(221,159,123); }
td.TdClassName
{
border-color: #DD9F7B;
}
.TagClassName
{
border-color: #DD9F7B;
}
</style>