Shades of Tumbleweed #D7A080
Tints of Tumbleweed #D7A080
RGB
CMYK
RGB Variations
Color information
#D7A080 (or 0xD7A080) is known color: Tumbleweed. HEX triplet: D7, A0 and 80. RGB value is (215,160,128). Sum of RGB (Red+Green+Blue) = 215+160+128=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A080 is #285F7F. Grayscale: #ACACAC. Windows color (decimal): -2645888 or 8429783. OLE color: 8429783.
HSL color Cylindrical-coordinate representation of color #D7A080: hue angle of 22.07º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7A080 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 128 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.16 |
| HSL | 22.07º | 0.52% | 0.67% | - |
| HSV(B) | 22.07º | 0.4% | 0.84% | - |
| XYZ | 44.49 | 41.15 | 26.02 | - |
| YUV | 172.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 128 | 0 | 0.26 | 0.40 | 0.16 | 22.07 | 0.52 | 0.67 |
| Hex | D7 | A0 | 80 | 0 | 1A | 28 | 10 | 16 | 34 | 43 |
| Octal | 327 | 240 | 200 | 0 | 32 | 50 | 20 | 26 | 64 | 103 |
| Binary | 11010111 | 10100000 | 10000000 | 0 | 11010 | 101000 | 10000 | 10110 | 110100 | 1000011 |
Color Harmonies of #D7A080
Complementary color
Monochromatic Colors of #D7A080
Black with #D7A080
Text Example
Text Example
White with #D7A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A080; }
p { color: rgb(215,160,128); }
H1.HeaderClassName
{
color: #D7A080;
}
.AnyTagClassName
{
color: #D7A080;
}
</style>
background-color css
<style>
a { background-color: #D7A080; }
a { background-color: rgb(215,160,128); }
div.DivClassName
{
background-color: #D7A080;
}
.BgClassName
{
background-color: #D7A080;
}
</style>
border-color css
<style>
span { border-color: #D7A080; }
span { border-color: rgb(215,160,128); }
td.TdClassName
{
border-color: #D7A080;
}
.TagClassName
{
border-color: #D7A080;
}
</style>