Shades of Tumbleweed #DAA582
Tints of Tumbleweed #DAA582
RGB
CMYK
RGB Variations
Color information
#DAA582 (or 0xDAA582) is known color: Tumbleweed. HEX triplet: DA, A5 and 82. RGB value is (218,165,130). Sum of RGB (Red+Green+Blue) = 218+165+130=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA582 is #255A7D. Grayscale: #B1B1B1. Windows color (decimal): -2447998 or 8562138. OLE color: 8562138.
HSL color Cylindrical-coordinate representation of color #DAA582: hue angle of 23.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAA582 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 130 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.15 |
| HSL | 23.86º | 0.54% | 0.68% | - |
| HSV(B) | 23.86º | 0.4% | 0.85% | - |
| XYZ | 46.4 | 43.43 | 27.06 | - |
| YUV | 176.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 130 | 0 | 0.24 | 0.40 | 0.15 | 23.86 | 0.54 | 0.68 |
| Hex | DA | A5 | 82 | 0 | 18 | 28 | F | 18 | 36 | 44 |
| Octal | 332 | 245 | 202 | 0 | 30 | 50 | 17 | 30 | 66 | 104 |
| Binary | 11011010 | 10100101 | 10000010 | 0 | 11000 | 101000 | 1111 | 11000 | 110110 | 1000100 |
Color Harmonies of #DAA582
Complementary color
Monochromatic Colors of #DAA582
Black with #DAA582
Text Example
Text Example
White with #DAA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA582; }
p { color: rgb(218,165,130); }
H1.HeaderClassName
{
color: #DAA582;
}
.AnyTagClassName
{
color: #DAA582;
}
</style>
background-color css
<style>
a { background-color: #DAA582; }
a { background-color: rgb(218,165,130); }
div.DivClassName
{
background-color: #DAA582;
}
.BgClassName
{
background-color: #DAA582;
}
</style>
border-color css
<style>
span { border-color: #DAA582; }
span { border-color: rgb(218,165,130); }
td.TdClassName
{
border-color: #DAA582;
}
.TagClassName
{
border-color: #DAA582;
}
</style>