Shades of Tumbleweed #DDAB89
Tints of Tumbleweed #DDAB89
RGB
CMYK
RGB Variations
Color information
#DDAB89 (or 0xDDAB89) is known color: Tumbleweed. HEX triplet: DD, AB and 89. RGB value is (221,171,137). Sum of RGB (Red+Green+Blue) = 221+171+137=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB89 is #225476. Grayscale: #B6B6B6. Windows color (decimal): -2249847 or 9022429. OLE color: 9022429.
HSL color Cylindrical-coordinate representation of color #DDAB89: hue angle of 24.29º 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 #DDAB89 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 137 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.13 |
| HSL | 24.29º | 0.55% | 0.7% | - |
| HSV(B) | 24.29º | 0.38% | 0.87% | - |
| XYZ | 48.9 | 46.3 | 30.03 | - |
| YUV | 182.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 137 | 0 | 0.23 | 0.38 | 0.13 | 24.29 | 0.55 | 0.7 |
| Hex | DD | AB | 89 | 0 | 17 | 26 | D | 18 | 37 | 46 |
| Octal | 335 | 253 | 211 | 0 | 27 | 46 | 15 | 30 | 67 | 106 |
| Binary | 11011101 | 10101011 | 10001001 | 0 | 10111 | 100110 | 1101 | 11000 | 110111 | 1000110 |
Color Harmonies of #DDAB89
Complementary color
Monochromatic Colors of #DDAB89
Black with #DDAB89
Text Example
Text Example
White with #DDAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB89; }
p { color: rgb(221,171,137); }
H1.HeaderClassName
{
color: #DDAB89;
}
.AnyTagClassName
{
color: #DDAB89;
}
</style>
background-color css
<style>
a { background-color: #DDAB89; }
a { background-color: rgb(221,171,137); }
div.DivClassName
{
background-color: #DDAB89;
}
.BgClassName
{
background-color: #DDAB89;
}
</style>
border-color css
<style>
span { border-color: #DDAB89; }
span { border-color: rgb(221,171,137); }
td.TdClassName
{
border-color: #DDAB89;
}
.TagClassName
{
border-color: #DDAB89;
}
</style>