Shades of Tumbleweed #DDA082
Tints of Tumbleweed #DDA082
RGB
CMYK
RGB Variations
Color information
#DDA082 (or 0xDDA082) is known color: Tumbleweed. HEX triplet: DD, A0 and 82. RGB value is (221,160,130). Sum of RGB (Red+Green+Blue) = 221+160+130=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA082 is #225F7D. Grayscale: #AFAFAF. Windows color (decimal): -2252670 or 8560861. OLE color: 8560861.
HSL color Cylindrical-coordinate representation of color #DDA082: hue angle of 19.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDA082 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 130 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.13 |
| HSL | 19.78º | 0.57% | 0.69% | - |
| HSV(B) | 19.78º | 0.41% | 0.87% | - |
| XYZ | 46.42 | 42.13 | 26.8 | - |
| YUV | 174.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 130 | 0 | 0.28 | 0.41 | 0.13 | 19.78 | 0.57 | 0.69 |
| Hex | DD | A0 | 82 | 0 | 1C | 29 | D | 14 | 39 | 45 |
| Octal | 335 | 240 | 202 | 0 | 34 | 51 | 15 | 24 | 71 | 105 |
| Binary | 11011101 | 10100000 | 10000010 | 0 | 11100 | 101001 | 1101 | 10100 | 111001 | 1000101 |
Color Harmonies of #DDA082
Complementary color
Monochromatic Colors of #DDA082
Black with #DDA082
Text Example
Text Example
White with #DDA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA082; }
p { color: rgb(221,160,130); }
H1.HeaderClassName
{
color: #DDA082;
}
.AnyTagClassName
{
color: #DDA082;
}
</style>
background-color css
<style>
a { background-color: #DDA082; }
a { background-color: rgb(221,160,130); }
div.DivClassName
{
background-color: #DDA082;
}
.BgClassName
{
background-color: #DDA082;
}
</style>
border-color css
<style>
span { border-color: #DDA082; }
span { border-color: rgb(221,160,130); }
td.TdClassName
{
border-color: #DDA082;
}
.TagClassName
{
border-color: #DDA082;
}
</style>