Shades of Tumbleweed #DDA982
Tints of Tumbleweed #DDA982
RGB
CMYK
RGB Variations
Color information
#DDA982 (or 0xDDA982) is known color: Tumbleweed. HEX triplet: DD, A9 and 82. RGB value is (221,169,130). Sum of RGB (Red+Green+Blue) = 221+169+130=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA982 is #22567D. Grayscale: #B4B4B4. Windows color (decimal): -2250366 or 8563165. OLE color: 8563165.
HSL color Cylindrical-coordinate representation of color #DDA982: hue angle of 25.71º 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 #DDA982 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 130 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.13 |
| HSL | 25.71º | 0.57% | 0.69% | - |
| HSV(B) | 25.71º | 0.41% | 0.87% | - |
| XYZ | 48.04 | 45.36 | 27.34 | - |
| YUV | 180.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 130 | 0 | 0.24 | 0.41 | 0.13 | 25.71 | 0.57 | 0.69 |
| Hex | DD | A9 | 82 | 0 | 18 | 29 | D | 1A | 39 | 45 |
| Octal | 335 | 251 | 202 | 0 | 30 | 51 | 15 | 32 | 71 | 105 |
| Binary | 11011101 | 10101001 | 10000010 | 0 | 11000 | 101001 | 1101 | 11010 | 111001 | 1000101 |
Color Harmonies of #DDA982
Complementary color
Monochromatic Colors of #DDA982
Black with #DDA982
Text Example
Text Example
White with #DDA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA982; }
p { color: rgb(221,169,130); }
H1.HeaderClassName
{
color: #DDA982;
}
.AnyTagClassName
{
color: #DDA982;
}
</style>
background-color css
<style>
a { background-color: #DDA982; }
a { background-color: rgb(221,169,130); }
div.DivClassName
{
background-color: #DDA982;
}
.BgClassName
{
background-color: #DDA982;
}
</style>
border-color css
<style>
span { border-color: #DDA982; }
span { border-color: rgb(221,169,130); }
td.TdClassName
{
border-color: #DDA982;
}
.TagClassName
{
border-color: #DDA982;
}
</style>