Shades of Tumbleweed #DAA680
Tints of Tumbleweed #DAA680
RGB
CMYK
RGB Variations
Color information
#DAA680 (or 0xDAA680) is known color: Tumbleweed. HEX triplet: DA, A6 and 80. RGB value is (218,166,128). Sum of RGB (Red+Green+Blue) = 218+166+128=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA680 is #25597F. Grayscale: #B1B1B1. Windows color (decimal): -2447744 or 8431322. OLE color: 8431322.
HSL color Cylindrical-coordinate representation of color #DAA680: hue angle of 25.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAA680 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 128 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.15 |
| HSL | 25.33º | 0.55% | 0.68% | - |
| HSV(B) | 25.33º | 0.41% | 0.85% | - |
| XYZ | 46.45 | 43.74 | 26.42 | - |
| YUV | 177.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 128 | 0 | 0.24 | 0.41 | 0.15 | 25.33 | 0.55 | 0.68 |
| Hex | DA | A6 | 80 | 0 | 18 | 29 | F | 19 | 37 | 44 |
| Octal | 332 | 246 | 200 | 0 | 30 | 51 | 17 | 31 | 67 | 104 |
| Binary | 11011010 | 10100110 | 10000000 | 0 | 11000 | 101001 | 1111 | 11001 | 110111 | 1000100 |
Color Harmonies of #DAA680
Complementary color
Monochromatic Colors of #DAA680
Black with #DAA680
Text Example
Text Example
White with #DAA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA680; }
p { color: rgb(218,166,128); }
H1.HeaderClassName
{
color: #DAA680;
}
.AnyTagClassName
{
color: #DAA680;
}
</style>
background-color css
<style>
a { background-color: #DAA680; }
a { background-color: rgb(218,166,128); }
div.DivClassName
{
background-color: #DAA680;
}
.BgClassName
{
background-color: #DAA680;
}
</style>
border-color css
<style>
span { border-color: #DAA680; }
span { border-color: rgb(218,166,128); }
td.TdClassName
{
border-color: #DAA680;
}
.TagClassName
{
border-color: #DAA680;
}
</style>