Shades of Tumbleweed #D8A980
Tints of Tumbleweed #D8A980
RGB
CMYK
RGB Variations
Color information
#D8A980 (or 0xD8A980) is known color: Tumbleweed. HEX triplet: D8, A9 and 80. RGB value is (216,169,128). Sum of RGB (Red+Green+Blue) = 216+169+128=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A980 is #27567F. Grayscale: #B2B2B2. Windows color (decimal): -2578048 or 8432088. OLE color: 8432088.
HSL color Cylindrical-coordinate representation of color #D8A980: hue angle of 27.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8A980 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 128 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.15 |
| HSL | 27.95º | 0.53% | 0.67% | - |
| HSV(B) | 27.95º | 0.41% | 0.85% | - |
| XYZ | 46.4 | 44.53 | 26.57 | - |
| YUV | 178.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 128 | 0 | 0.22 | 0.41 | 0.15 | 27.95 | 0.53 | 0.67 |
| Hex | D8 | A9 | 80 | 0 | 16 | 29 | F | 1C | 35 | 43 |
| Octal | 330 | 251 | 200 | 0 | 26 | 51 | 17 | 34 | 65 | 103 |
| Binary | 11011000 | 10101001 | 10000000 | 0 | 10110 | 101001 | 1111 | 11100 | 110101 | 1000011 |
Color Harmonies of #D8A980
Complementary color
Monochromatic Colors of #D8A980
Black with #D8A980
Text Example
Text Example
White with #D8A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A980; }
p { color: rgb(216,169,128); }
H1.HeaderClassName
{
color: #D8A980;
}
.AnyTagClassName
{
color: #D8A980;
}
</style>
background-color css
<style>
a { background-color: #D8A980; }
a { background-color: rgb(216,169,128); }
div.DivClassName
{
background-color: #D8A980;
}
.BgClassName
{
background-color: #D8A980;
}
</style>
border-color css
<style>
span { border-color: #D8A980; }
span { border-color: rgb(216,169,128); }
td.TdClassName
{
border-color: #D8A980;
}
.TagClassName
{
border-color: #D8A980;
}
</style>