Shades of Tumbleweed #D7A782
Tints of Tumbleweed #D7A782
RGB
CMYK
RGB Variations
Color information
#D7A782 (or 0xD7A782) is known color: Tumbleweed. HEX triplet: D7, A7 and 82. RGB value is (215,167,130). Sum of RGB (Red+Green+Blue) = 215+167+130=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A782 is #28587D. Grayscale: #B1B1B1. Windows color (decimal): -2644094 or 8562647. OLE color: 8562647.
HSL color Cylindrical-coordinate representation of color #D7A782: hue angle of 26.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7A782 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 130 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.16 |
| HSL | 26.12º | 0.52% | 0.68% | - |
| HSV(B) | 26.12º | 0.4% | 0.84% | - |
| XYZ | 45.87 | 43.7 | 27.14 | - |
| YUV | 177.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 130 | 0 | 0.22 | 0.40 | 0.16 | 26.12 | 0.52 | 0.68 |
| Hex | D7 | A7 | 82 | 0 | 16 | 28 | 10 | 1A | 34 | 44 |
| Octal | 327 | 247 | 202 | 0 | 26 | 50 | 20 | 32 | 64 | 104 |
| Binary | 11010111 | 10100111 | 10000010 | 0 | 10110 | 101000 | 10000 | 11010 | 110100 | 1000100 |
Color Harmonies of #D7A782
Complementary color
Monochromatic Colors of #D7A782
Black with #D7A782
Text Example
Text Example
White with #D7A782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A782; }
p { color: rgb(215,167,130); }
H1.HeaderClassName
{
color: #D7A782;
}
.AnyTagClassName
{
color: #D7A782;
}
</style>
background-color css
<style>
a { background-color: #D7A782; }
a { background-color: rgb(215,167,130); }
div.DivClassName
{
background-color: #D7A782;
}
.BgClassName
{
background-color: #D7A782;
}
</style>
border-color css
<style>
span { border-color: #D7A782; }
span { border-color: rgb(215,167,130); }
td.TdClassName
{
border-color: #D7A782;
}
.TagClassName
{
border-color: #D7A782;
}
</style>