Shades of Tumbleweed #D8A07C
Tints of Tumbleweed #D8A07C
RGB
CMYK
RGB Variations
Color information
#D8A07C (or 0xD8A07C) is known color: Tumbleweed. HEX triplet: D8, A0 and 7C. RGB value is (216,160,124). Sum of RGB (Red+Green+Blue) = 216+160+124=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A07C is #275F83. Grayscale: #ACACAC. Windows color (decimal): -2580356 or 8167640. OLE color: 8167640.
HSL color Cylindrical-coordinate representation of color #D8A07C: hue angle of 23.48º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8A07C is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 124 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.15 |
| HSL | 23.48º | 0.54% | 0.67% | - |
| HSV(B) | 23.48º | 0.43% | 0.85% | - |
| XYZ | 44.53 | 41.2 | 24.67 | - |
| YUV | 172.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 124 | 0 | 0.26 | 0.43 | 0.15 | 23.48 | 0.54 | 0.67 |
| Hex | D8 | A0 | 7C | 0 | 1A | 2B | F | 17 | 36 | 43 |
| Octal | 330 | 240 | 174 | 0 | 32 | 53 | 17 | 27 | 66 | 103 |
| Binary | 11011000 | 10100000 | 1111100 | 0 | 11010 | 101011 | 1111 | 10111 | 110110 | 1000011 |
Color Harmonies of #D8A07C
Complementary color
Monochromatic Colors of #D8A07C
Black with #D8A07C
Text Example
Text Example
White with #D8A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A07C; }
p { color: rgb(216,160,124); }
H1.HeaderClassName
{
color: #D8A07C;
}
.AnyTagClassName
{
color: #D8A07C;
}
</style>
background-color css
<style>
a { background-color: #D8A07C; }
a { background-color: rgb(216,160,124); }
div.DivClassName
{
background-color: #D8A07C;
}
.BgClassName
{
background-color: #D8A07C;
}
</style>
border-color css
<style>
span { border-color: #D8A07C; }
span { border-color: rgb(216,160,124); }
td.TdClassName
{
border-color: #D8A07C;
}
.TagClassName
{
border-color: #D8A07C;
}
</style>