Shades of Tumbleweed #DAA880
Tints of Tumbleweed #DAA880
RGB
CMYK
RGB Variations
Color information
#DAA880 (or 0xDAA880) is known color: Tumbleweed. HEX triplet: DA, A8 and 80. RGB value is (218,168,128). Sum of RGB (Red+Green+Blue) = 218+168+128=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA880 is #25577F. Grayscale: #B2B2B2. Windows color (decimal): -2447232 or 8431834. OLE color: 8431834.
HSL color Cylindrical-coordinate representation of color #DAA880: hue angle of 26.67º 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 #DAA880 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 128 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.15 |
| HSL | 26.67º | 0.55% | 0.68% | - |
| HSV(B) | 26.67º | 0.41% | 0.85% | - |
| XYZ | 46.81 | 44.47 | 26.54 | - |
| YUV | 178.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 128 | 0 | 0.23 | 0.41 | 0.15 | 26.67 | 0.55 | 0.68 |
| Hex | DA | A8 | 80 | 0 | 17 | 29 | F | 1B | 37 | 44 |
| Octal | 332 | 250 | 200 | 0 | 27 | 51 | 17 | 33 | 67 | 104 |
| Binary | 11011010 | 10101000 | 10000000 | 0 | 10111 | 101001 | 1111 | 11011 | 110111 | 1000100 |
Color Harmonies of #DAA880
Complementary color
Monochromatic Colors of #DAA880
Black with #DAA880
Text Example
Text Example
White with #DAA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA880; }
p { color: rgb(218,168,128); }
H1.HeaderClassName
{
color: #DAA880;
}
.AnyTagClassName
{
color: #DAA880;
}
</style>
background-color css
<style>
a { background-color: #DAA880; }
a { background-color: rgb(218,168,128); }
div.DivClassName
{
background-color: #DAA880;
}
.BgClassName
{
background-color: #DAA880;
}
</style>
border-color css
<style>
span { border-color: #DAA880; }
span { border-color: rgb(218,168,128); }
td.TdClassName
{
border-color: #DAA880;
}
.TagClassName
{
border-color: #DAA880;
}
</style>