Shades of Tumbleweed #D8A985
Tints of Tumbleweed #D8A985
RGB
CMYK
RGB Variations
Color information
#D8A985 (or 0xD8A985) is known color: Tumbleweed. HEX triplet: D8, A9 and 85. RGB value is (216,169,133). Sum of RGB (Red+Green+Blue) = 216+169+133=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A985 is #27567A. Grayscale: #B3B3B3. Windows color (decimal): -2578043 or 8759768. OLE color: 8759768.
HSL color Cylindrical-coordinate representation of color #D8A985: hue angle of 26.02º 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 #D8A985 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 133 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.15 |
| HSL | 26.02º | 0.52% | 0.68% | - |
| HSV(B) | 26.02º | 0.38% | 0.85% | - |
| XYZ | 46.74 | 44.67 | 28.35 | - |
| YUV | 178.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 133 | 0 | 0.22 | 0.38 | 0.15 | 26.02 | 0.52 | 0.68 |
| Hex | D8 | A9 | 85 | 0 | 16 | 26 | F | 1A | 34 | 44 |
| Octal | 330 | 251 | 205 | 0 | 26 | 46 | 17 | 32 | 64 | 104 |
| Binary | 11011000 | 10101001 | 10000101 | 0 | 10110 | 100110 | 1111 | 11010 | 110100 | 1000100 |
Color Harmonies of #D8A985
Complementary color
Monochromatic Colors of #D8A985
Black with #D8A985
Text Example
Text Example
White with #D8A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A985; }
p { color: rgb(216,169,133); }
H1.HeaderClassName
{
color: #D8A985;
}
.AnyTagClassName
{
color: #D8A985;
}
</style>
background-color css
<style>
a { background-color: #D8A985; }
a { background-color: rgb(216,169,133); }
div.DivClassName
{
background-color: #D8A985;
}
.BgClassName
{
background-color: #D8A985;
}
</style>
border-color css
<style>
span { border-color: #D8A985; }
span { border-color: rgb(216,169,133); }
td.TdClassName
{
border-color: #D8A985;
}
.TagClassName
{
border-color: #D8A985;
}
</style>