Shades of Tumbleweed #DDA179
Tints of Tumbleweed #DDA179
RGB
CMYK
RGB Variations
Color information
#DDA179 (or 0xDDA179) is known color: Tumbleweed. HEX triplet: DD, A1 and 79. RGB value is (221,161,121). Sum of RGB (Red+Green+Blue) = 221+161+121=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA179 is #225E86. Grayscale: #AEAEAE. Windows color (decimal): -2252423 or 7971293. OLE color: 7971293.
HSL color Cylindrical-coordinate representation of color #DDA179: hue angle of 24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA179 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 121 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.13 |
| HSL | 24º | 0.6% | 0.67% | - |
| HSV(B) | 24º | 0.45% | 0.87% | - |
| XYZ | 46.01 | 42.24 | 23.82 | - |
| YUV | 174.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 121 | 0 | 0.27 | 0.45 | 0.13 | 24 | 0.6 | 0.67 |
| Hex | DD | A1 | 79 | 0 | 1B | 2D | D | 18 | 3C | 43 |
| Octal | 335 | 241 | 171 | 0 | 33 | 55 | 15 | 30 | 74 | 103 |
| Binary | 11011101 | 10100001 | 1111001 | 0 | 11011 | 101101 | 1101 | 11000 | 111100 | 1000011 |
Color Harmonies of #DDA179
Complementary color
Monochromatic Colors of #DDA179
Black with #DDA179
Text Example
Text Example
White with #DDA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA179; }
p { color: rgb(221,161,121); }
H1.HeaderClassName
{
color: #DDA179;
}
.AnyTagClassName
{
color: #DDA179;
}
</style>
background-color css
<style>
a { background-color: #DDA179; }
a { background-color: rgb(221,161,121); }
div.DivClassName
{
background-color: #DDA179;
}
.BgClassName
{
background-color: #DDA179;
}
</style>
border-color css
<style>
span { border-color: #DDA179; }
span { border-color: rgb(221,161,121); }
td.TdClassName
{
border-color: #DDA179;
}
.TagClassName
{
border-color: #DDA179;
}
</style>