Shades of Tumbleweed #DDA889
Tints of Tumbleweed #DDA889
RGB
CMYK
RGB Variations
Color information
#DDA889 (or 0xDDA889) is known color: Tumbleweed. HEX triplet: DD, A8 and 89. RGB value is (221,168,137). Sum of RGB (Red+Green+Blue) = 221+168+137=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA889 is #225776. Grayscale: #B4B4B4. Windows color (decimal): -2250615 or 9021661. OLE color: 9021661.
HSL color Cylindrical-coordinate representation of color #DDA889: hue angle of 22.14º 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 #DDA889 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 137 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.13 |
| HSL | 22.14º | 0.55% | 0.7% | - |
| HSV(B) | 22.14º | 0.38% | 0.87% | - |
| XYZ | 48.34 | 45.18 | 29.84 | - |
| YUV | 180.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 137 | 0 | 0.24 | 0.38 | 0.13 | 22.14 | 0.55 | 0.7 |
| Hex | DD | A8 | 89 | 0 | 18 | 26 | D | 16 | 37 | 46 |
| Octal | 335 | 250 | 211 | 0 | 30 | 46 | 15 | 26 | 67 | 106 |
| Binary | 11011101 | 10101000 | 10001001 | 0 | 11000 | 100110 | 1101 | 10110 | 110111 | 1000110 |
Color Harmonies of #DDA889
Complementary color
Monochromatic Colors of #DDA889
Black with #DDA889
Text Example
Text Example
White with #DDA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA889; }
p { color: rgb(221,168,137); }
H1.HeaderClassName
{
color: #DDA889;
}
.AnyTagClassName
{
color: #DDA889;
}
</style>
background-color css
<style>
a { background-color: #DDA889; }
a { background-color: rgb(221,168,137); }
div.DivClassName
{
background-color: #DDA889;
}
.BgClassName
{
background-color: #DDA889;
}
</style>
border-color css
<style>
span { border-color: #DDA889; }
span { border-color: rgb(221,168,137); }
td.TdClassName
{
border-color: #DDA889;
}
.TagClassName
{
border-color: #DDA889;
}
</style>