Shades of Tumbleweed #DDA589
Tints of Tumbleweed #DDA589
RGB
CMYK
RGB Variations
Color information
#DDA589 (or 0xDDA589) is known color: Tumbleweed. HEX triplet: DD, A5 and 89. RGB value is (221,165,137). Sum of RGB (Red+Green+Blue) = 221+165+137=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA589 is #225A76. Grayscale: #B2B2B2. Windows color (decimal): -2251383 or 9020893. OLE color: 9020893.
HSL color Cylindrical-coordinate representation of color #DDA589: hue angle of 20º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA589 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 137 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.13 |
| HSL | 20º | 0.55% | 0.7% | - |
| HSV(B) | 20º | 0.38% | 0.87% | - |
| XYZ | 47.79 | 44.09 | 29.66 | - |
| YUV | 178.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 137 | 0 | 0.25 | 0.38 | 0.13 | 20 | 0.55 | 0.7 |
| Hex | DD | A5 | 89 | 0 | 19 | 26 | D | 14 | 37 | 46 |
| Octal | 335 | 245 | 211 | 0 | 31 | 46 | 15 | 24 | 67 | 106 |
| Binary | 11011101 | 10100101 | 10001001 | 0 | 11001 | 100110 | 1101 | 10100 | 110111 | 1000110 |
Color Harmonies of #DDA589
Complementary color
Monochromatic Colors of #DDA589
Black with #DDA589
Text Example
Text Example
White with #DDA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA589; }
p { color: rgb(221,165,137); }
H1.HeaderClassName
{
color: #DDA589;
}
.AnyTagClassName
{
color: #DDA589;
}
</style>
background-color css
<style>
a { background-color: #DDA589; }
a { background-color: rgb(221,165,137); }
div.DivClassName
{
background-color: #DDA589;
}
.BgClassName
{
background-color: #DDA589;
}
</style>
border-color css
<style>
span { border-color: #DDA589; }
span { border-color: rgb(221,165,137); }
td.TdClassName
{
border-color: #DDA589;
}
.TagClassName
{
border-color: #DDA589;
}
</style>