Shades of Tumbleweed #D7A07E
Tints of Tumbleweed #D7A07E
RGB
CMYK
RGB Variations
Color information
#D7A07E (or 0xD7A07E) is known color: Tumbleweed. HEX triplet: D7, A0 and 7E. RGB value is (215,160,126). Sum of RGB (Red+Green+Blue) = 215+160+126=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A07E is #285F81. Grayscale: #ACACAC. Windows color (decimal): -2645890 or 8298711. OLE color: 8298711.
HSL color Cylindrical-coordinate representation of color #D7A07E: hue angle of 22.92º degrees, saturation: 0.53, 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 #D7A07E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 126 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.16 |
| HSL | 22.92º | 0.53% | 0.67% | - |
| HSV(B) | 22.92º | 0.41% | 0.84% | - |
| XYZ | 44.36 | 41.1 | 25.33 | - |
| YUV | 172.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 126 | 0 | 0.26 | 0.41 | 0.16 | 22.92 | 0.53 | 0.67 |
| Hex | D7 | A0 | 7E | 0 | 1A | 29 | 10 | 17 | 35 | 43 |
| Octal | 327 | 240 | 176 | 0 | 32 | 51 | 20 | 27 | 65 | 103 |
| Binary | 11010111 | 10100000 | 1111110 | 0 | 11010 | 101001 | 10000 | 10111 | 110101 | 1000011 |
Color Harmonies of #D7A07E
Complementary color
Monochromatic Colors of #D7A07E
Black with #D7A07E
Text Example
Text Example
White with #D7A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A07E; }
p { color: rgb(215,160,126); }
H1.HeaderClassName
{
color: #D7A07E;
}
.AnyTagClassName
{
color: #D7A07E;
}
</style>
background-color css
<style>
a { background-color: #D7A07E; }
a { background-color: rgb(215,160,126); }
div.DivClassName
{
background-color: #D7A07E;
}
.BgClassName
{
background-color: #D7A07E;
}
</style>
border-color css
<style>
span { border-color: #D7A07E; }
span { border-color: rgb(215,160,126); }
td.TdClassName
{
border-color: #D7A07E;
}
.TagClassName
{
border-color: #D7A07E;
}
</style>