Shades of Tumbleweed #DDA981
Tints of Tumbleweed #DDA981
RGB
CMYK
RGB Variations
Color information
#DDA981 (or 0xDDA981) is known color: Tumbleweed. HEX triplet: DD, A9 and 81. RGB value is (221,169,129). Sum of RGB (Red+Green+Blue) = 221+169+129=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA981 is #22567E. Grayscale: #B4B4B4. Windows color (decimal): -2250367 or 8497629. OLE color: 8497629.
HSL color Cylindrical-coordinate representation of color #DDA981: hue angle of 26.09º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA981 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 129 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.13 |
| HSL | 26.09º | 0.58% | 0.69% | - |
| HSV(B) | 26.09º | 0.42% | 0.87% | - |
| XYZ | 47.97 | 45.33 | 26.99 | - |
| YUV | 179.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 129 | 0 | 0.24 | 0.42 | 0.13 | 26.09 | 0.58 | 0.69 |
| Hex | DD | A9 | 81 | 0 | 18 | 2A | D | 1A | 3A | 45 |
| Octal | 335 | 251 | 201 | 0 | 30 | 52 | 15 | 32 | 72 | 105 |
| Binary | 11011101 | 10101001 | 10000001 | 0 | 11000 | 101010 | 1101 | 11010 | 111010 | 1000101 |
Color Harmonies of #DDA981
Complementary color
Monochromatic Colors of #DDA981
Black with #DDA981
Text Example
Text Example
White with #DDA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA981; }
p { color: rgb(221,169,129); }
H1.HeaderClassName
{
color: #DDA981;
}
.AnyTagClassName
{
color: #DDA981;
}
</style>
background-color css
<style>
a { background-color: #DDA981; }
a { background-color: rgb(221,169,129); }
div.DivClassName
{
background-color: #DDA981;
}
.BgClassName
{
background-color: #DDA981;
}
</style>
border-color css
<style>
span { border-color: #DDA981; }
span { border-color: rgb(221,169,129); }
td.TdClassName
{
border-color: #DDA981;
}
.TagClassName
{
border-color: #DDA981;
}
</style>