Shades of Tumbleweed #D5A98D
Tints of Tumbleweed #D5A98D
RGB
CMYK
RGB Variations
Color information
#D5A98D (or 0xD5A98D) is known color: Tumbleweed. HEX triplet: D5, A9 and 8D. RGB value is (213,169,141). Sum of RGB (Red+Green+Blue) = 213+169+141=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A98D is #2A5672. Grayscale: #B3B3B3. Windows color (decimal): -2774643 or 9284053. OLE color: 9284053.
HSL color Cylindrical-coordinate representation of color #D5A98D: hue angle of 23.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A98D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 141 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.16 |
| HSL | 23.33º | 0.46% | 0.69% | - |
| HSV(B) | 23.33º | 0.34% | 0.84% | - |
| XYZ | 46.44 | 44.45 | 31.33 | - |
| YUV | 178.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 141 | 0 | 0.21 | 0.34 | 0.16 | 23.33 | 0.46 | 0.69 |
| Hex | D5 | A9 | 8D | 0 | 15 | 22 | 10 | 17 | 2E | 45 |
| Octal | 325 | 251 | 215 | 0 | 25 | 42 | 20 | 27 | 56 | 105 |
| Binary | 11010101 | 10101001 | 10001101 | 0 | 10101 | 100010 | 10000 | 10111 | 101110 | 1000101 |
Color Harmonies of #D5A98D
Complementary color
Monochromatic Colors of #D5A98D
Black with #D5A98D
Text Example
Text Example
White with #D5A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A98D; }
p { color: rgb(213,169,141); }
H1.HeaderClassName
{
color: #D5A98D;
}
.AnyTagClassName
{
color: #D5A98D;
}
</style>
background-color css
<style>
a { background-color: #D5A98D; }
a { background-color: rgb(213,169,141); }
div.DivClassName
{
background-color: #D5A98D;
}
.BgClassName
{
background-color: #D5A98D;
}
</style>
border-color css
<style>
span { border-color: #D5A98D; }
span { border-color: rgb(213,169,141); }
td.TdClassName
{
border-color: #D5A98D;
}
.TagClassName
{
border-color: #D5A98D;
}
</style>