Shades of Tumbleweed #D8A078
Tints of Tumbleweed #D8A078
RGB
CMYK
RGB Variations
Color information
#D8A078 (or 0xD8A078) is known color: Tumbleweed. HEX triplet: D8, A0 and 78. RGB value is (216,160,120). Sum of RGB (Red+Green+Blue) = 216+160+120=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A078 is #275F87. Grayscale: #ACACAC. Windows color (decimal): -2580360 or 7905496. OLE color: 7905496.
HSL color Cylindrical-coordinate representation of color #D8A078: hue angle of 25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8A078 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 120 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.15 |
| HSL | 25º | 0.55% | 0.66% | - |
| HSV(B) | 25º | 0.44% | 0.85% | - |
| XYZ | 44.28 | 41.1 | 23.37 | - |
| YUV | 172.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 120 | 0 | 0.26 | 0.44 | 0.15 | 25 | 0.55 | 0.66 |
| Hex | D8 | A0 | 78 | 0 | 1A | 2C | F | 19 | 37 | 42 |
| Octal | 330 | 240 | 170 | 0 | 32 | 54 | 17 | 31 | 67 | 102 |
| Binary | 11011000 | 10100000 | 1111000 | 0 | 11010 | 101100 | 1111 | 11001 | 110111 | 1000010 |
Color Harmonies of #D8A078
Complementary color
Monochromatic Colors of #D8A078
Black with #D8A078
Text Example
Text Example
White with #D8A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A078; }
p { color: rgb(216,160,120); }
H1.HeaderClassName
{
color: #D8A078;
}
.AnyTagClassName
{
color: #D8A078;
}
</style>
background-color css
<style>
a { background-color: #D8A078; }
a { background-color: rgb(216,160,120); }
div.DivClassName
{
background-color: #D8A078;
}
.BgClassName
{
background-color: #D8A078;
}
</style>
border-color css
<style>
span { border-color: #D8A078; }
span { border-color: rgb(216,160,120); }
td.TdClassName
{
border-color: #D8A078;
}
.TagClassName
{
border-color: #D8A078;
}
</style>