Shades of Tumbleweed #D7A685
Tints of Tumbleweed #D7A685
RGB
CMYK
RGB Variations
Color information
#D7A685 (or 0xD7A685) is known color: Tumbleweed. HEX triplet: D7, A6 and 85. RGB value is (215,166,133). Sum of RGB (Red+Green+Blue) = 215+166+133=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A685 is #28597A. Grayscale: #B1B1B1. Windows color (decimal): -2644347 or 8758999. OLE color: 8758999.
HSL color Cylindrical-coordinate representation of color #D7A685: hue angle of 24.15º degrees, saturation: 0.51, 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 #D7A685 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 133 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.16 |
| HSL | 24.15º | 0.51% | 0.68% | - |
| HSV(B) | 24.15º | 0.38% | 0.84% | - |
| XYZ | 45.89 | 43.41 | 28.15 | - |
| YUV | 176.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 133 | 0 | 0.23 | 0.38 | 0.16 | 24.15 | 0.51 | 0.68 |
| Hex | D7 | A6 | 85 | 0 | 17 | 26 | 10 | 18 | 33 | 44 |
| Octal | 327 | 246 | 205 | 0 | 27 | 46 | 20 | 30 | 63 | 104 |
| Binary | 11010111 | 10100110 | 10000101 | 0 | 10111 | 100110 | 10000 | 11000 | 110011 | 1000100 |
Color Harmonies of #D7A685
Complementary color
Monochromatic Colors of #D7A685
Black with #D7A685
Text Example
Text Example
White with #D7A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A685; }
p { color: rgb(215,166,133); }
H1.HeaderClassName
{
color: #D7A685;
}
.AnyTagClassName
{
color: #D7A685;
}
</style>
background-color css
<style>
a { background-color: #D7A685; }
a { background-color: rgb(215,166,133); }
div.DivClassName
{
background-color: #D7A685;
}
.BgClassName
{
background-color: #D7A685;
}
</style>
border-color css
<style>
span { border-color: #D7A685; }
span { border-color: rgb(215,166,133); }
td.TdClassName
{
border-color: #D7A685;
}
.TagClassName
{
border-color: #D7A685;
}
</style>