Shades of Tumbleweed #DAA682
Tints of Tumbleweed #DAA682
RGB
CMYK
RGB Variations
Color information
#DAA682 (or 0xDAA682) is known color: Tumbleweed. HEX triplet: DA, A6 and 82. RGB value is (218,166,130). Sum of RGB (Red+Green+Blue) = 218+166+130=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA682 is #25597D. Grayscale: #B1B1B1. Windows color (decimal): -2447742 or 8562394. OLE color: 8562394.
HSL color Cylindrical-coordinate representation of color #DAA682: hue angle of 24.55º 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 #DAA682 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 130 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.15 |
| HSL | 24.55º | 0.54% | 0.68% | - |
| HSV(B) | 24.55º | 0.4% | 0.85% | - |
| XYZ | 46.58 | 43.79 | 27.12 | - |
| YUV | 177.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 130 | 0 | 0.24 | 0.40 | 0.15 | 24.55 | 0.54 | 0.68 |
| Hex | DA | A6 | 82 | 0 | 18 | 28 | F | 19 | 36 | 44 |
| Octal | 332 | 246 | 202 | 0 | 30 | 50 | 17 | 31 | 66 | 104 |
| Binary | 11011010 | 10100110 | 10000010 | 0 | 11000 | 101000 | 1111 | 11001 | 110110 | 1000100 |
Color Harmonies of #DAA682
Complementary color
Monochromatic Colors of #DAA682
Black with #DAA682
Text Example
Text Example
White with #DAA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA682; }
p { color: rgb(218,166,130); }
H1.HeaderClassName
{
color: #DAA682;
}
.AnyTagClassName
{
color: #DAA682;
}
</style>
background-color css
<style>
a { background-color: #DAA682; }
a { background-color: rgb(218,166,130); }
div.DivClassName
{
background-color: #DAA682;
}
.BgClassName
{
background-color: #DAA682;
}
</style>
border-color css
<style>
span { border-color: #DAA682; }
span { border-color: rgb(218,166,130); }
td.TdClassName
{
border-color: #DAA682;
}
.TagClassName
{
border-color: #DAA682;
}
</style>