Shades of Tumbleweed #DDA389
Tints of Tumbleweed #DDA389
RGB
CMYK
RGB Variations
Color information
#DDA389 (or 0xDDA389) is known color: Tumbleweed. HEX triplet: DD, A3 and 89. RGB value is (221,163,137). Sum of RGB (Red+Green+Blue) = 221+163+137=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA389 is #225C76. Grayscale: #B1B1B1. Windows color (decimal): -2251895 or 9020381. OLE color: 9020381.
HSL color Cylindrical-coordinate representation of color #DDA389: hue angle of 18.57º 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 #DDA389 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 137 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.13 |
| HSL | 18.57º | 0.55% | 0.7% | - |
| HSV(B) | 18.57º | 0.38% | 0.87% | - |
| XYZ | 47.43 | 43.37 | 29.54 | - |
| YUV | 177.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 137 | 0 | 0.26 | 0.38 | 0.13 | 18.57 | 0.55 | 0.7 |
| Hex | DD | A3 | 89 | 0 | 1A | 26 | D | 13 | 37 | 46 |
| Octal | 335 | 243 | 211 | 0 | 32 | 46 | 15 | 23 | 67 | 106 |
| Binary | 11011101 | 10100011 | 10001001 | 0 | 11010 | 100110 | 1101 | 10011 | 110111 | 1000110 |
Color Harmonies of #DDA389
Complementary color
Monochromatic Colors of #DDA389
Black with #DDA389
Text Example
Text Example
White with #DDA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA389; }
p { color: rgb(221,163,137); }
H1.HeaderClassName
{
color: #DDA389;
}
.AnyTagClassName
{
color: #DDA389;
}
</style>
background-color css
<style>
a { background-color: #DDA389; }
a { background-color: rgb(221,163,137); }
div.DivClassName
{
background-color: #DDA389;
}
.BgClassName
{
background-color: #DDA389;
}
</style>
border-color css
<style>
span { border-color: #DDA389; }
span { border-color: rgb(221,163,137); }
td.TdClassName
{
border-color: #DDA389;
}
.TagClassName
{
border-color: #DDA389;
}
</style>