Shades of Tumbleweed #DD9C77
Tints of Tumbleweed #DD9C77
RGB
CMYK
RGB Variations
Color information
#DD9C77 (or 0xDD9C77) is known color: Tumbleweed. HEX triplet: DD, 9C and 77. RGB value is (221,156,119). Sum of RGB (Red+Green+Blue) = 221+156+119=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C77 is #226388. Grayscale: #ABABAB. Windows color (decimal): -2253705 or 7838941. OLE color: 7838941.
HSL color Cylindrical-coordinate representation of color #DD9C77: hue angle of 21.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD9C77 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 119 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.13 |
| HSL | 21.76º | 0.6% | 0.67% | - |
| HSV(B) | 21.76º | 0.46% | 0.87% | - |
| XYZ | 45.04 | 40.48 | 22.89 | - |
| YUV | 171.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 119 | 0 | 0.29 | 0.46 | 0.13 | 21.76 | 0.6 | 0.67 |
| Hex | DD | 9C | 77 | 0 | 1D | 2E | D | 16 | 3C | 43 |
| Octal | 335 | 234 | 167 | 0 | 35 | 56 | 15 | 26 | 74 | 103 |
| Binary | 11011101 | 10011100 | 1110111 | 0 | 11101 | 101110 | 1101 | 10110 | 111100 | 1000011 |
Color Harmonies of #DD9C77
Complementary color
Monochromatic Colors of #DD9C77
Black with #DD9C77
Text Example
Text Example
White with #DD9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C77; }
p { color: rgb(221,156,119); }
H1.HeaderClassName
{
color: #DD9C77;
}
.AnyTagClassName
{
color: #DD9C77;
}
</style>
background-color css
<style>
a { background-color: #DD9C77; }
a { background-color: rgb(221,156,119); }
div.DivClassName
{
background-color: #DD9C77;
}
.BgClassName
{
background-color: #DD9C77;
}
</style>
border-color css
<style>
span { border-color: #DD9C77; }
span { border-color: rgb(221,156,119); }
td.TdClassName
{
border-color: #DD9C77;
}
.TagClassName
{
border-color: #DD9C77;
}
</style>