Shades of Tumbleweed #D9A385
Tints of Tumbleweed #D9A385
RGB
CMYK
RGB Variations
Color information
#D9A385 (or 0xD9A385) is known color: Tumbleweed. HEX triplet: D9, A3 and 85. RGB value is (217,163,133). Sum of RGB (Red+Green+Blue) = 217+163+133=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A385 is #265C7A. Grayscale: #AFAFAF. Windows color (decimal): -2514043 or 8758233. OLE color: 8758233.
HSL color Cylindrical-coordinate representation of color #D9A385: hue angle of 21.43º 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 #D9A385 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 133 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.15 |
| HSL | 21.43º | 0.53% | 0.69% | - |
| HSV(B) | 21.43º | 0.39% | 0.85% | - |
| XYZ | 45.95 | 42.64 | 28 | - |
| YUV | 175.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 133 | 0 | 0.25 | 0.39 | 0.15 | 21.43 | 0.53 | 0.69 |
| Hex | D9 | A3 | 85 | 0 | 19 | 27 | F | 15 | 34 | 45 |
| Octal | 331 | 243 | 205 | 0 | 31 | 47 | 17 | 25 | 64 | 105 |
| Binary | 11011001 | 10100011 | 10000101 | 0 | 11001 | 100111 | 1111 | 10101 | 110100 | 1000101 |
Color Harmonies of #D9A385
Complementary color
Monochromatic Colors of #D9A385
Black with #D9A385
Text Example
Text Example
White with #D9A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A385; }
p { color: rgb(217,163,133); }
H1.HeaderClassName
{
color: #D9A385;
}
.AnyTagClassName
{
color: #D9A385;
}
</style>
background-color css
<style>
a { background-color: #D9A385; }
a { background-color: rgb(217,163,133); }
div.DivClassName
{
background-color: #D9A385;
}
.BgClassName
{
background-color: #D9A385;
}
</style>
border-color css
<style>
span { border-color: #D9A385; }
span { border-color: rgb(217,163,133); }
td.TdClassName
{
border-color: #D9A385;
}
.TagClassName
{
border-color: #D9A385;
}
</style>