Shades of Tumbleweed #DDA581
Tints of Tumbleweed #DDA581
RGB
CMYK
RGB Variations
Color information
#DDA581 (or 0xDDA581) is known color: Tumbleweed. HEX triplet: DD, A5 and 81. RGB value is (221,165,129). Sum of RGB (Red+Green+Blue) = 221+165+129=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA581 is #225A7E. Grayscale: #B1B1B1. Windows color (decimal): -2251391 or 8496605. OLE color: 8496605.
HSL color Cylindrical-coordinate representation of color #DDA581: hue angle of 23.48º 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 #DDA581 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 129 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.13 |
| HSL | 23.48º | 0.58% | 0.69% | - |
| HSV(B) | 23.48º | 0.42% | 0.87% | - |
| XYZ | 47.24 | 43.87 | 26.75 | - |
| YUV | 177.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 129 | 0 | 0.25 | 0.42 | 0.13 | 23.48 | 0.58 | 0.69 |
| Hex | DD | A5 | 81 | 0 | 19 | 2A | D | 17 | 3A | 45 |
| Octal | 335 | 245 | 201 | 0 | 31 | 52 | 15 | 27 | 72 | 105 |
| Binary | 11011101 | 10100101 | 10000001 | 0 | 11001 | 101010 | 1101 | 10111 | 111010 | 1000101 |
Color Harmonies of #DDA581
Complementary color
Monochromatic Colors of #DDA581
Black with #DDA581
Text Example
Text Example
White with #DDA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA581; }
p { color: rgb(221,165,129); }
H1.HeaderClassName
{
color: #DDA581;
}
.AnyTagClassName
{
color: #DDA581;
}
</style>
background-color css
<style>
a { background-color: #DDA581; }
a { background-color: rgb(221,165,129); }
div.DivClassName
{
background-color: #DDA581;
}
.BgClassName
{
background-color: #DDA581;
}
</style>
border-color css
<style>
span { border-color: #DDA581; }
span { border-color: rgb(221,165,129); }
td.TdClassName
{
border-color: #DDA581;
}
.TagClassName
{
border-color: #DDA581;
}
</style>