Shades of Tumbleweed #D9A57D
Tints of Tumbleweed #D9A57D
RGB
CMYK
RGB Variations
Color information
#D9A57D (or 0xD9A57D) is known color: Tumbleweed. HEX triplet: D9, A5 and 7D. RGB value is (217,165,125). Sum of RGB (Red+Green+Blue) = 217+165+125=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A57D is #265A82. Grayscale: #B0B0B0. Windows color (decimal): -2513539 or 8234457. OLE color: 8234457.
HSL color Cylindrical-coordinate representation of color #D9A57D: hue angle of 26.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9A57D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 125 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.15 |
| HSL | 26.09º | 0.55% | 0.67% | - |
| HSV(B) | 26.09º | 0.42% | 0.85% | - |
| XYZ | 45.77 | 43.14 | 25.32 | - |
| YUV | 175.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 125 | 0 | 0.24 | 0.42 | 0.15 | 26.09 | 0.55 | 0.67 |
| Hex | D9 | A5 | 7D | 0 | 18 | 2A | F | 1A | 37 | 43 |
| Octal | 331 | 245 | 175 | 0 | 30 | 52 | 17 | 32 | 67 | 103 |
| Binary | 11011001 | 10100101 | 1111101 | 0 | 11000 | 101010 | 1111 | 11010 | 110111 | 1000011 |
Color Harmonies of #D9A57D
Complementary color
Monochromatic Colors of #D9A57D
Black with #D9A57D
Text Example
Text Example
White with #D9A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A57D; }
p { color: rgb(217,165,125); }
H1.HeaderClassName
{
color: #D9A57D;
}
.AnyTagClassName
{
color: #D9A57D;
}
</style>
background-color css
<style>
a { background-color: #D9A57D; }
a { background-color: rgb(217,165,125); }
div.DivClassName
{
background-color: #D9A57D;
}
.BgClassName
{
background-color: #D9A57D;
}
</style>
border-color css
<style>
span { border-color: #D9A57D; }
span { border-color: rgb(217,165,125); }
td.TdClassName
{
border-color: #D9A57D;
}
.TagClassName
{
border-color: #D9A57D;
}
</style>