Shades of Tumbleweed #D8A07F
Tints of Tumbleweed #D8A07F
RGB
CMYK
RGB Variations
Color information
#D8A07F (or 0xD8A07F) is known color: Tumbleweed. HEX triplet: D8, A0 and 7F. RGB value is (216,160,127). Sum of RGB (Red+Green+Blue) = 216+160+127=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A07F is #275F80. Grayscale: #ADADAD. Windows color (decimal): -2580353 or 8364248. OLE color: 8364248.
HSL color Cylindrical-coordinate representation of color #D8A07F: hue angle of 22.25º 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 #D8A07F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 127 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.15 |
| HSL | 22.25º | 0.53% | 0.67% | - |
| HSV(B) | 22.25º | 0.41% | 0.85% | - |
| XYZ | 44.72 | 41.27 | 25.69 | - |
| YUV | 172.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 127 | 0 | 0.26 | 0.41 | 0.15 | 22.25 | 0.53 | 0.67 |
| Hex | D8 | A0 | 7F | 0 | 1A | 29 | F | 16 | 35 | 43 |
| Octal | 330 | 240 | 177 | 0 | 32 | 51 | 17 | 26 | 65 | 103 |
| Binary | 11011000 | 10100000 | 1111111 | 0 | 11010 | 101001 | 1111 | 10110 | 110101 | 1000011 |
Color Harmonies of #D8A07F
Complementary color
Monochromatic Colors of #D8A07F
Black with #D8A07F
Text Example
Text Example
White with #D8A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A07F; }
p { color: rgb(216,160,127); }
H1.HeaderClassName
{
color: #D8A07F;
}
.AnyTagClassName
{
color: #D8A07F;
}
</style>
background-color css
<style>
a { background-color: #D8A07F; }
a { background-color: rgb(216,160,127); }
div.DivClassName
{
background-color: #D8A07F;
}
.BgClassName
{
background-color: #D8A07F;
}
</style>
border-color css
<style>
span { border-color: #D8A07F; }
span { border-color: rgb(216,160,127); }
td.TdClassName
{
border-color: #D8A07F;
}
.TagClassName
{
border-color: #D8A07F;
}
</style>