Shades of Tumbleweed #D9A080
Tints of Tumbleweed #D9A080
RGB
CMYK
RGB Variations
Color information
#D9A080 (or 0xD9A080) is known color: Tumbleweed. HEX triplet: D9, A0 and 80. RGB value is (217,160,128). Sum of RGB (Red+Green+Blue) = 217+160+128=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A080 is #265F7F. Grayscale: #ADADAD. Windows color (decimal): -2514816 or 8429785. OLE color: 8429785.
HSL color Cylindrical-coordinate representation of color #D9A080: hue angle of 21.57º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9A080 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 128 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.15 |
| HSL | 21.57º | 0.54% | 0.68% | - |
| HSV(B) | 21.57º | 0.41% | 0.85% | - |
| XYZ | 45.08 | 41.45 | 26.05 | - |
| YUV | 173.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 128 | 0 | 0.26 | 0.41 | 0.15 | 21.57 | 0.54 | 0.68 |
| Hex | D9 | A0 | 80 | 0 | 1A | 29 | F | 16 | 36 | 44 |
| Octal | 331 | 240 | 200 | 0 | 32 | 51 | 17 | 26 | 66 | 104 |
| Binary | 11011001 | 10100000 | 10000000 | 0 | 11010 | 101001 | 1111 | 10110 | 110110 | 1000100 |
Color Harmonies of #D9A080
Complementary color
Monochromatic Colors of #D9A080
Black with #D9A080
Text Example
Text Example
White with #D9A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A080; }
p { color: rgb(217,160,128); }
H1.HeaderClassName
{
color: #D9A080;
}
.AnyTagClassName
{
color: #D9A080;
}
</style>
background-color css
<style>
a { background-color: #D9A080; }
a { background-color: rgb(217,160,128); }
div.DivClassName
{
background-color: #D9A080;
}
.BgClassName
{
background-color: #D9A080;
}
</style>
border-color css
<style>
span { border-color: #D9A080; }
span { border-color: rgb(217,160,128); }
td.TdClassName
{
border-color: #D9A080;
}
.TagClassName
{
border-color: #D9A080;
}
</style>