Shades of Tumbleweed #D9A07F
Tints of Tumbleweed #D9A07F
RGB
CMYK
RGB Variations
Color information
#D9A07F (or 0xD9A07F) is known color: Tumbleweed. HEX triplet: D9, A0 and 7F. RGB value is (217,160,127). Sum of RGB (Red+Green+Blue) = 217+160+127=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A07F is #265F80. Grayscale: #ADADAD. Windows color (decimal): -2514817 or 8364249. OLE color: 8364249.
HSL color Cylindrical-coordinate representation of color #D9A07F: hue angle of 22º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9A07F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 127 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.15 |
| HSL | 22º | 0.54% | 0.67% | - |
| HSV(B) | 22º | 0.41% | 0.85% | - |
| XYZ | 45.02 | 41.43 | 25.7 | - |
| YUV | 173.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 127 | 0 | 0.26 | 0.41 | 0.15 | 22 | 0.54 | 0.67 |
| Hex | D9 | A0 | 7F | 0 | 1A | 29 | F | 16 | 36 | 43 |
| Octal | 331 | 240 | 177 | 0 | 32 | 51 | 17 | 26 | 66 | 103 |
| Binary | 11011001 | 10100000 | 1111111 | 0 | 11010 | 101001 | 1111 | 10110 | 110110 | 1000011 |
Color Harmonies of #D9A07F
Complementary color
Monochromatic Colors of #D9A07F
Black with #D9A07F
Text Example
Text Example
White with #D9A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A07F; }
p { color: rgb(217,160,127); }
H1.HeaderClassName
{
color: #D9A07F;
}
.AnyTagClassName
{
color: #D9A07F;
}
</style>
background-color css
<style>
a { background-color: #D9A07F; }
a { background-color: rgb(217,160,127); }
div.DivClassName
{
background-color: #D9A07F;
}
.BgClassName
{
background-color: #D9A07F;
}
</style>
border-color css
<style>
span { border-color: #D9A07F; }
span { border-color: rgb(217,160,127); }
td.TdClassName
{
border-color: #D9A07F;
}
.TagClassName
{
border-color: #D9A07F;
}
</style>