Shades of Tumbleweed #D9A07A
Tints of Tumbleweed #D9A07A
RGB
CMYK
RGB Variations
Color information
#D9A07A (or 0xD9A07A) is known color: Tumbleweed. HEX triplet: D9, A0 and 7A. RGB value is (217,160,122). Sum of RGB (Red+Green+Blue) = 217+160+122=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A07A is #265F85. Grayscale: #ACACAC. Windows color (decimal): -2514822 or 8036569. OLE color: 8036569.
HSL color Cylindrical-coordinate representation of color #D9A07A: hue angle of 24º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9A07A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 122 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.15 |
| HSL | 24º | 0.56% | 0.66% | - |
| HSV(B) | 24º | 0.44% | 0.85% | - |
| XYZ | 44.7 | 41.3 | 24.03 | - |
| YUV | 172.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 122 | 0 | 0.26 | 0.44 | 0.15 | 24 | 0.56 | 0.66 |
| Hex | D9 | A0 | 7A | 0 | 1A | 2C | F | 18 | 38 | 42 |
| Octal | 331 | 240 | 172 | 0 | 32 | 54 | 17 | 30 | 70 | 102 |
| Binary | 11011001 | 10100000 | 1111010 | 0 | 11010 | 101100 | 1111 | 11000 | 111000 | 1000010 |
Color Harmonies of #D9A07A
Complementary color
Monochromatic Colors of #D9A07A
Black with #D9A07A
Text Example
Text Example
White with #D9A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A07A; }
p { color: rgb(217,160,122); }
H1.HeaderClassName
{
color: #D9A07A;
}
.AnyTagClassName
{
color: #D9A07A;
}
</style>
background-color css
<style>
a { background-color: #D9A07A; }
a { background-color: rgb(217,160,122); }
div.DivClassName
{
background-color: #D9A07A;
}
.BgClassName
{
background-color: #D9A07A;
}
</style>
border-color css
<style>
span { border-color: #D9A07A; }
span { border-color: rgb(217,160,122); }
td.TdClassName
{
border-color: #D9A07A;
}
.TagClassName
{
border-color: #D9A07A;
}
</style>