Shades of Tumbleweed #DDAA80
Tints of Tumbleweed #DDAA80
RGB
CMYK
RGB Variations
Color information
#DDAA80 (or 0xDDAA80) is known color: Tumbleweed. HEX triplet: DD, AA and 80. RGB value is (221,170,128). Sum of RGB (Red+Green+Blue) = 221+170+128=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA80 is #22557F. Grayscale: #B4B4B4. Windows color (decimal): -2250112 or 8432349. OLE color: 8432349.
HSL color Cylindrical-coordinate representation of color #DDAA80: hue angle of 27.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDAA80 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 128 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.13 |
| HSL | 27.1º | 0.58% | 0.68% | - |
| HSV(B) | 27.1º | 0.42% | 0.87% | - |
| XYZ | 48.09 | 45.68 | 26.7 | - |
| YUV | 180.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 128 | 0 | 0.23 | 0.42 | 0.13 | 27.1 | 0.58 | 0.68 |
| Hex | DD | AA | 80 | 0 | 17 | 2A | D | 1B | 3A | 44 |
| Octal | 335 | 252 | 200 | 0 | 27 | 52 | 15 | 33 | 72 | 104 |
| Binary | 11011101 | 10101010 | 10000000 | 0 | 10111 | 101010 | 1101 | 11011 | 111010 | 1000100 |
Color Harmonies of #DDAA80
Complementary color
Monochromatic Colors of #DDAA80
Black with #DDAA80
Text Example
Text Example
White with #DDAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA80; }
p { color: rgb(221,170,128); }
H1.HeaderClassName
{
color: #DDAA80;
}
.AnyTagClassName
{
color: #DDAA80;
}
</style>
background-color css
<style>
a { background-color: #DDAA80; }
a { background-color: rgb(221,170,128); }
div.DivClassName
{
background-color: #DDAA80;
}
.BgClassName
{
background-color: #DDAA80;
}
</style>
border-color css
<style>
span { border-color: #DDAA80; }
span { border-color: rgb(221,170,128); }
td.TdClassName
{
border-color: #DDAA80;
}
.TagClassName
{
border-color: #DDAA80;
}
</style>