Shades of Tumbleweed #DAAA80
Tints of Tumbleweed #DAAA80
RGB
CMYK
RGB Variations
Color information
#DAAA80 (or 0xDAAA80) is known color: Tumbleweed. HEX triplet: DA, AA and 80. RGB value is (218,170,128). Sum of RGB (Red+Green+Blue) = 218+170+128=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA80 is #25557F. Grayscale: #B3B3B3. Windows color (decimal): -2446720 or 8432346. OLE color: 8432346.
HSL color Cylindrical-coordinate representation of color #DAAA80: hue angle of 28º 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 #DAAA80 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 128 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.15 |
| HSL | 28º | 0.55% | 0.68% | - |
| HSV(B) | 28º | 0.41% | 0.85% | - |
| XYZ | 47.18 | 45.21 | 26.66 | - |
| YUV | 179.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 128 | 0 | 0.22 | 0.41 | 0.15 | 28 | 0.55 | 0.68 |
| Hex | DA | AA | 80 | 0 | 16 | 29 | F | 1C | 37 | 44 |
| Octal | 332 | 252 | 200 | 0 | 26 | 51 | 17 | 34 | 67 | 104 |
| Binary | 11011010 | 10101010 | 10000000 | 0 | 10110 | 101001 | 1111 | 11100 | 110111 | 1000100 |
Color Harmonies of #DAAA80
Complementary color
Monochromatic Colors of #DAAA80
Black with #DAAA80
Text Example
Text Example
White with #DAAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA80; }
p { color: rgb(218,170,128); }
H1.HeaderClassName
{
color: #DAAA80;
}
.AnyTagClassName
{
color: #DAAA80;
}
</style>
background-color css
<style>
a { background-color: #DAAA80; }
a { background-color: rgb(218,170,128); }
div.DivClassName
{
background-color: #DAAA80;
}
.BgClassName
{
background-color: #DAAA80;
}
</style>
border-color css
<style>
span { border-color: #DAAA80; }
span { border-color: rgb(218,170,128); }
td.TdClassName
{
border-color: #DAAA80;
}
.TagClassName
{
border-color: #DAAA80;
}
</style>