Shades of Tumbleweed #DAA570
Tints of Tumbleweed #DAA570
RGB
CMYK
RGB Variations
Color information
#DAA570 (or 0xDAA570) is known color: Tumbleweed. HEX triplet: DA, A5 and 70. RGB value is (218,165,112). Sum of RGB (Red+Green+Blue) = 218+165+112=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA570 is #255A8F. Grayscale: #AFAFAF. Windows color (decimal): -2448016 or 7382490. OLE color: 7382490.
HSL color Cylindrical-coordinate representation of color #DAA570: hue angle of 30º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA570 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 112 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.15 |
| HSL | 30º | 0.59% | 0.65% | - |
| HSV(B) | 30º | 0.49% | 0.85% | - |
| XYZ | 45.29 | 42.99 | 21.24 | - |
| YUV | 174.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 112 | 0 | 0.24 | 0.49 | 0.15 | 30 | 0.59 | 0.65 |
| Hex | DA | A5 | 70 | 0 | 18 | 31 | F | 1E | 3B | 41 |
| Octal | 332 | 245 | 160 | 0 | 30 | 61 | 17 | 36 | 73 | 101 |
| Binary | 11011010 | 10100101 | 1110000 | 0 | 11000 | 110001 | 1111 | 11110 | 111011 | 1000001 |
Color Harmonies of #DAA570
Complementary color
Monochromatic Colors of #DAA570
Black with #DAA570
Text Example
Text Example
White with #DAA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA570; }
p { color: rgb(218,165,112); }
H1.HeaderClassName
{
color: #DAA570;
}
.AnyTagClassName
{
color: #DAA570;
}
</style>
background-color css
<style>
a { background-color: #DAA570; }
a { background-color: rgb(218,165,112); }
div.DivClassName
{
background-color: #DAA570;
}
.BgClassName
{
background-color: #DAA570;
}
</style>
border-color css
<style>
span { border-color: #DAA570; }
span { border-color: rgb(218,165,112); }
td.TdClassName
{
border-color: #DAA570;
}
.TagClassName
{
border-color: #DAA570;
}
</style>