Shades of Tumbleweed #DDA077
Tints of Tumbleweed #DDA077
RGB
CMYK
RGB Variations
Color information
#DDA077 (or 0xDDA077) is known color: Tumbleweed. HEX triplet: DD, A0 and 77. RGB value is (221,160,119). Sum of RGB (Red+Green+Blue) = 221+160+119=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA077 is #225F88. Grayscale: #ADADAD. Windows color (decimal): -2252681 or 7839965. OLE color: 7839965.
HSL color Cylindrical-coordinate representation of color #DDA077: hue angle of 24.12º 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 #DDA077 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 119 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.13 |
| HSL | 24.12º | 0.6% | 0.67% | - |
| HSV(B) | 24.12º | 0.46% | 0.87% | - |
| XYZ | 45.72 | 41.85 | 23.12 | - |
| YUV | 173.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 119 | 0 | 0.28 | 0.46 | 0.13 | 24.12 | 0.6 | 0.67 |
| Hex | DD | A0 | 77 | 0 | 1C | 2E | D | 18 | 3C | 43 |
| Octal | 335 | 240 | 167 | 0 | 34 | 56 | 15 | 30 | 74 | 103 |
| Binary | 11011101 | 10100000 | 1110111 | 0 | 11100 | 101110 | 1101 | 11000 | 111100 | 1000011 |
Color Harmonies of #DDA077
Complementary color
Monochromatic Colors of #DDA077
Black with #DDA077
Text Example
Text Example
White with #DDA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA077; }
p { color: rgb(221,160,119); }
H1.HeaderClassName
{
color: #DDA077;
}
.AnyTagClassName
{
color: #DDA077;
}
</style>
background-color css
<style>
a { background-color: #DDA077; }
a { background-color: rgb(221,160,119); }
div.DivClassName
{
background-color: #DDA077;
}
.BgClassName
{
background-color: #DDA077;
}
</style>
border-color css
<style>
span { border-color: #DDA077; }
span { border-color: rgb(221,160,119); }
td.TdClassName
{
border-color: #DDA077;
}
.TagClassName
{
border-color: #DDA077;
}
</style>