Shades of Tumbleweed #DDAB85
Tints of Tumbleweed #DDAB85
RGB
CMYK
RGB Variations
Color information
#DDAB85 (or 0xDDAB85) is known color: Tumbleweed. HEX triplet: DD, AB and 85. RGB value is (221,171,133). Sum of RGB (Red+Green+Blue) = 221+171+133=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB85 is #22547A. Grayscale: #B5B5B5. Windows color (decimal): -2249851 or 8760285. OLE color: 8760285.
HSL color Cylindrical-coordinate representation of color #DDAB85: hue angle of 25.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDAB85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 133 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.13 |
| HSL | 25.91º | 0.56% | 0.69% | - |
| HSV(B) | 25.91º | 0.4% | 0.87% | - |
| XYZ | 48.62 | 46.19 | 28.54 | - |
| YUV | 181.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 133 | 0 | 0.23 | 0.40 | 0.13 | 25.91 | 0.56 | 0.69 |
| Hex | DD | AB | 85 | 0 | 17 | 28 | D | 1A | 38 | 45 |
| Octal | 335 | 253 | 205 | 0 | 27 | 50 | 15 | 32 | 70 | 105 |
| Binary | 11011101 | 10101011 | 10000101 | 0 | 10111 | 101000 | 1101 | 11010 | 111000 | 1000101 |
Color Harmonies of #DDAB85
Complementary color
Monochromatic Colors of #DDAB85
Black with #DDAB85
Text Example
Text Example
White with #DDAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB85; }
p { color: rgb(221,171,133); }
H1.HeaderClassName
{
color: #DDAB85;
}
.AnyTagClassName
{
color: #DDAB85;
}
</style>
background-color css
<style>
a { background-color: #DDAB85; }
a { background-color: rgb(221,171,133); }
div.DivClassName
{
background-color: #DDAB85;
}
.BgClassName
{
background-color: #DDAB85;
}
</style>
border-color css
<style>
span { border-color: #DDAB85; }
span { border-color: rgb(221,171,133); }
td.TdClassName
{
border-color: #DDAB85;
}
.TagClassName
{
border-color: #DDAB85;
}
</style>