Shades of Tumbleweed #D6A87F
Tints of Tumbleweed #D6A87F
RGB
CMYK
RGB Variations
Color information
#D6A87F (or 0xD6A87F) is known color: Tumbleweed. HEX triplet: D6, A8 and 7F. RGB value is (214,168,127). Sum of RGB (Red+Green+Blue) = 214+168+127=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A87F is #295780. Grayscale: #B1B1B1. Windows color (decimal): -2709377 or 8366294. OLE color: 8366294.
HSL color Cylindrical-coordinate representation of color #D6A87F: hue angle of 28.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6A87F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 127 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.16 |
| HSL | 28.28º | 0.51% | 0.67% | - |
| HSV(B) | 28.28º | 0.41% | 0.84% | - |
| XYZ | 45.56 | 43.83 | 26.14 | - |
| YUV | 177.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 127 | 0 | 0.21 | 0.41 | 0.16 | 28.28 | 0.51 | 0.67 |
| Hex | D6 | A8 | 7F | 0 | 15 | 29 | 10 | 1C | 33 | 43 |
| Octal | 326 | 250 | 177 | 0 | 25 | 51 | 20 | 34 | 63 | 103 |
| Binary | 11010110 | 10101000 | 1111111 | 0 | 10101 | 101001 | 10000 | 11100 | 110011 | 1000011 |
Color Harmonies of #D6A87F
Complementary color
Monochromatic Colors of #D6A87F
Black with #D6A87F
Text Example
Text Example
White with #D6A87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A87F; }
p { color: rgb(214,168,127); }
H1.HeaderClassName
{
color: #D6A87F;
}
.AnyTagClassName
{
color: #D6A87F;
}
</style>
background-color css
<style>
a { background-color: #D6A87F; }
a { background-color: rgb(214,168,127); }
div.DivClassName
{
background-color: #D6A87F;
}
.BgClassName
{
background-color: #D6A87F;
}
</style>
border-color css
<style>
span { border-color: #D6A87F; }
span { border-color: rgb(214,168,127); }
td.TdClassName
{
border-color: #D6A87F;
}
.TagClassName
{
border-color: #D6A87F;
}
</style>