Shades of Tumbleweed #D8AB85
Tints of Tumbleweed #D8AB85
RGB
CMYK
RGB Variations
Color information
#D8AB85 (or 0xD8AB85) is known color: Tumbleweed. HEX triplet: D8, AB and 85. RGB value is (216,171,133). Sum of RGB (Red+Green+Blue) = 216+171+133=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB85 is #27547A. Grayscale: #B4B4B4. Windows color (decimal): -2577531 or 8760280. OLE color: 8760280.
HSL color Cylindrical-coordinate representation of color #D8AB85: hue angle of 27.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8AB85 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 133 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.15 |
| HSL | 27.47º | 0.52% | 0.68% | - |
| HSV(B) | 27.47º | 0.38% | 0.85% | - |
| XYZ | 47.12 | 45.42 | 28.47 | - |
| YUV | 180.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 133 | 0 | 0.21 | 0.38 | 0.15 | 27.47 | 0.52 | 0.68 |
| Hex | D8 | AB | 85 | 0 | 15 | 26 | F | 1B | 34 | 44 |
| Octal | 330 | 253 | 205 | 0 | 25 | 46 | 17 | 33 | 64 | 104 |
| Binary | 11011000 | 10101011 | 10000101 | 0 | 10101 | 100110 | 1111 | 11011 | 110100 | 1000100 |
Color Harmonies of #D8AB85
Complementary color
Monochromatic Colors of #D8AB85
Black with #D8AB85
Text Example
Text Example
White with #D8AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB85; }
p { color: rgb(216,171,133); }
H1.HeaderClassName
{
color: #D8AB85;
}
.AnyTagClassName
{
color: #D8AB85;
}
</style>
background-color css
<style>
a { background-color: #D8AB85; }
a { background-color: rgb(216,171,133); }
div.DivClassName
{
background-color: #D8AB85;
}
.BgClassName
{
background-color: #D8AB85;
}
</style>
border-color css
<style>
span { border-color: #D8AB85; }
span { border-color: rgb(216,171,133); }
td.TdClassName
{
border-color: #D8AB85;
}
.TagClassName
{
border-color: #D8AB85;
}
</style>