Shades of Tumbleweed #DAA082
Tints of Tumbleweed #DAA082
RGB
CMYK
RGB Variations
Color information
#DAA082 (or 0xDAA082) is known color: Tumbleweed. HEX triplet: DA, A0 and 82. RGB value is (218,160,130). Sum of RGB (Red+Green+Blue) = 218+160+130=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA082 is #255F7D. Grayscale: #AEAEAE. Windows color (decimal): -2449278 or 8560858. OLE color: 8560858.
HSL color Cylindrical-coordinate representation of color #DAA082: hue angle of 20.45º 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 #DAA082 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 130 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.15 |
| HSL | 20.45º | 0.54% | 0.68% | - |
| HSV(B) | 20.45º | 0.4% | 0.85% | - |
| XYZ | 45.51 | 41.66 | 26.76 | - |
| YUV | 173.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 130 | 0 | 0.27 | 0.40 | 0.15 | 20.45 | 0.54 | 0.68 |
| Hex | DA | A0 | 82 | 0 | 1B | 28 | F | 14 | 36 | 44 |
| Octal | 332 | 240 | 202 | 0 | 33 | 50 | 17 | 24 | 66 | 104 |
| Binary | 11011010 | 10100000 | 10000010 | 0 | 11011 | 101000 | 1111 | 10100 | 110110 | 1000100 |
Color Harmonies of #DAA082
Complementary color
Monochromatic Colors of #DAA082
Black with #DAA082
Text Example
Text Example
White with #DAA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA082; }
p { color: rgb(218,160,130); }
H1.HeaderClassName
{
color: #DAA082;
}
.AnyTagClassName
{
color: #DAA082;
}
</style>
background-color css
<style>
a { background-color: #DAA082; }
a { background-color: rgb(218,160,130); }
div.DivClassName
{
background-color: #DAA082;
}
.BgClassName
{
background-color: #DAA082;
}
</style>
border-color css
<style>
span { border-color: #DAA082; }
span { border-color: rgb(218,160,130); }
td.TdClassName
{
border-color: #DAA082;
}
.TagClassName
{
border-color: #DAA082;
}
</style>