Shades of Tumbleweed #D8A880
Tints of Tumbleweed #D8A880
RGB
CMYK
RGB Variations
Color information
#D8A880 (or 0xD8A880) is known color: Tumbleweed. HEX triplet: D8, A8 and 80. RGB value is (216,168,128). Sum of RGB (Red+Green+Blue) = 216+168+128=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A880 is #27577F. Grayscale: #B2B2B2. Windows color (decimal): -2578304 or 8431832. OLE color: 8431832.
HSL color Cylindrical-coordinate representation of color #D8A880: hue angle of 27.27º 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 #D8A880 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 128 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.15 |
| HSL | 27.27º | 0.53% | 0.67% | - |
| HSV(B) | 27.27º | 0.41% | 0.85% | - |
| XYZ | 46.22 | 44.16 | 26.51 | - |
| YUV | 177.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 128 | 0 | 0.22 | 0.41 | 0.15 | 27.27 | 0.53 | 0.67 |
| Hex | D8 | A8 | 80 | 0 | 16 | 29 | F | 1B | 35 | 43 |
| Octal | 330 | 250 | 200 | 0 | 26 | 51 | 17 | 33 | 65 | 103 |
| Binary | 11011000 | 10101000 | 10000000 | 0 | 10110 | 101001 | 1111 | 11011 | 110101 | 1000011 |
Color Harmonies of #D8A880
Complementary color
Monochromatic Colors of #D8A880
Black with #D8A880
Text Example
Text Example
White with #D8A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A880; }
p { color: rgb(216,168,128); }
H1.HeaderClassName
{
color: #D8A880;
}
.AnyTagClassName
{
color: #D8A880;
}
</style>
background-color css
<style>
a { background-color: #D8A880; }
a { background-color: rgb(216,168,128); }
div.DivClassName
{
background-color: #D8A880;
}
.BgClassName
{
background-color: #D8A880;
}
</style>
border-color css
<style>
span { border-color: #D8A880; }
span { border-color: rgb(216,168,128); }
td.TdClassName
{
border-color: #D8A880;
}
.TagClassName
{
border-color: #D8A880;
}
</style>