Shades of Tumbleweed #D6A785
Tints of Tumbleweed #D6A785
RGB
CMYK
RGB Variations
Color information
#D6A785 (or 0xD6A785) is known color: Tumbleweed. HEX triplet: D6, A7 and 85. RGB value is (214,167,133). Sum of RGB (Red+Green+Blue) = 214+167+133=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A785 is #29587A. Grayscale: #B1B1B1. Windows color (decimal): -2709627 or 8759254. OLE color: 8759254.
HSL color Cylindrical-coordinate representation of color #D6A785: hue angle of 25.19º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6A785 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 133 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.16 |
| HSL | 25.19º | 0.5% | 0.68% | - |
| HSV(B) | 25.19º | 0.38% | 0.84% | - |
| XYZ | 45.78 | 43.63 | 28.2 | - |
| YUV | 177.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 133 | 0 | 0.22 | 0.38 | 0.16 | 25.19 | 0.5 | 0.68 |
| Hex | D6 | A7 | 85 | 0 | 16 | 26 | 10 | 19 | 32 | 44 |
| Octal | 326 | 247 | 205 | 0 | 26 | 46 | 20 | 31 | 62 | 104 |
| Binary | 11010110 | 10100111 | 10000101 | 0 | 10110 | 100110 | 10000 | 11001 | 110010 | 1000100 |
Color Harmonies of #D6A785
Complementary color
Monochromatic Colors of #D6A785
Black with #D6A785
Text Example
Text Example
White with #D6A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A785; }
p { color: rgb(214,167,133); }
H1.HeaderClassName
{
color: #D6A785;
}
.AnyTagClassName
{
color: #D6A785;
}
</style>
background-color css
<style>
a { background-color: #D6A785; }
a { background-color: rgb(214,167,133); }
div.DivClassName
{
background-color: #D6A785;
}
.BgClassName
{
background-color: #D6A785;
}
</style>
border-color css
<style>
span { border-color: #D6A785; }
span { border-color: rgb(214,167,133); }
td.TdClassName
{
border-color: #D6A785;
}
.TagClassName
{
border-color: #D6A785;
}
</style>