Shades of Tumbleweed #D9A085
Tints of Tumbleweed #D9A085
RGB
CMYK
RGB Variations
Color information
#D9A085 (or 0xD9A085) is known color: Tumbleweed. HEX triplet: D9, A0 and 85. RGB value is (217,160,133). Sum of RGB (Red+Green+Blue) = 217+160+133=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A085 is #265F7A. Grayscale: #AEAEAE. Windows color (decimal): -2514811 or 8757465. OLE color: 8757465.
HSL color Cylindrical-coordinate representation of color #D9A085: hue angle of 19.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9A085 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 133 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.15 |
| HSL | 19.29º | 0.53% | 0.69% | - |
| HSV(B) | 19.29º | 0.39% | 0.85% | - |
| XYZ | 45.42 | 41.59 | 27.82 | - |
| YUV | 173.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 133 | 0 | 0.26 | 0.39 | 0.15 | 19.29 | 0.53 | 0.69 |
| Hex | D9 | A0 | 85 | 0 | 1A | 27 | F | 13 | 34 | 45 |
| Octal | 331 | 240 | 205 | 0 | 32 | 47 | 17 | 23 | 64 | 105 |
| Binary | 11011001 | 10100000 | 10000101 | 0 | 11010 | 100111 | 1111 | 10011 | 110100 | 1000101 |
Color Harmonies of #D9A085
Complementary color
Monochromatic Colors of #D9A085
Black with #D9A085
Text Example
Text Example
White with #D9A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A085; }
p { color: rgb(217,160,133); }
H1.HeaderClassName
{
color: #D9A085;
}
.AnyTagClassName
{
color: #D9A085;
}
</style>
background-color css
<style>
a { background-color: #D9A085; }
a { background-color: rgb(217,160,133); }
div.DivClassName
{
background-color: #D9A085;
}
.BgClassName
{
background-color: #D9A085;
}
</style>
border-color css
<style>
span { border-color: #D9A085; }
span { border-color: rgb(217,160,133); }
td.TdClassName
{
border-color: #D9A085;
}
.TagClassName
{
border-color: #D9A085;
}
</style>