Shades of Tumbleweed #D8AA80
Tints of Tumbleweed #D8AA80
RGB
CMYK
RGB Variations
Color information
#D8AA80 (or 0xD8AA80) is known color: Tumbleweed. HEX triplet: D8, AA and 80. RGB value is (216,170,128). Sum of RGB (Red+Green+Blue) = 216+170+128=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AA80 is #27557F. Grayscale: #B3B3B3. Windows color (decimal): -2577792 or 8432344. OLE color: 8432344.
HSL color Cylindrical-coordinate representation of color #D8AA80: hue angle of 28.64º 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 #D8AA80 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 128 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.15 |
| HSL | 28.64º | 0.53% | 0.67% | - |
| HSV(B) | 28.64º | 0.41% | 0.85% | - |
| XYZ | 46.59 | 44.91 | 26.63 | - |
| YUV | 178.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 128 | 0 | 0.21 | 0.41 | 0.15 | 28.64 | 0.53 | 0.67 |
| Hex | D8 | AA | 80 | 0 | 15 | 29 | F | 1D | 35 | 43 |
| Octal | 330 | 252 | 200 | 0 | 25 | 51 | 17 | 35 | 65 | 103 |
| Binary | 11011000 | 10101010 | 10000000 | 0 | 10101 | 101001 | 1111 | 11101 | 110101 | 1000011 |
Color Harmonies of #D8AA80
Complementary color
Monochromatic Colors of #D8AA80
Black with #D8AA80
Text Example
Text Example
White with #D8AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA80; }
p { color: rgb(216,170,128); }
H1.HeaderClassName
{
color: #D8AA80;
}
.AnyTagClassName
{
color: #D8AA80;
}
</style>
background-color css
<style>
a { background-color: #D8AA80; }
a { background-color: rgb(216,170,128); }
div.DivClassName
{
background-color: #D8AA80;
}
.BgClassName
{
background-color: #D8AA80;
}
</style>
border-color css
<style>
span { border-color: #D8AA80; }
span { border-color: rgb(216,170,128); }
td.TdClassName
{
border-color: #D8AA80;
}
.TagClassName
{
border-color: #D8AA80;
}
</style>