Shades of Tumbleweed #DAA07C
Tints of Tumbleweed #DAA07C
RGB
CMYK
RGB Variations
Color information
#DAA07C (or 0xDAA07C) is known color: Tumbleweed. HEX triplet: DA, A0 and 7C. RGB value is (218,160,124). Sum of RGB (Red+Green+Blue) = 218+160+124=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07C is #255F83. Grayscale: #ADADAD. Windows color (decimal): -2449284 or 8167642. OLE color: 8167642.
HSL color Cylindrical-coordinate representation of color #DAA07C: hue angle of 22.98º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAA07C is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 124 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.15 |
| HSL | 22.98º | 0.56% | 0.67% | - |
| HSV(B) | 22.98º | 0.43% | 0.85% | - |
| XYZ | 45.12 | 41.5 | 24.7 | - |
| YUV | 173.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 124 | 0 | 0.27 | 0.43 | 0.15 | 22.98 | 0.56 | 0.67 |
| Hex | DA | A0 | 7C | 0 | 1B | 2B | F | 17 | 38 | 43 |
| Octal | 332 | 240 | 174 | 0 | 33 | 53 | 17 | 27 | 70 | 103 |
| Binary | 11011010 | 10100000 | 1111100 | 0 | 11011 | 101011 | 1111 | 10111 | 111000 | 1000011 |
Color Harmonies of #DAA07C
Complementary color
Monochromatic Colors of #DAA07C
Black with #DAA07C
Text Example
Text Example
White with #DAA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA07C; }
p { color: rgb(218,160,124); }
H1.HeaderClassName
{
color: #DAA07C;
}
.AnyTagClassName
{
color: #DAA07C;
}
</style>
background-color css
<style>
a { background-color: #DAA07C; }
a { background-color: rgb(218,160,124); }
div.DivClassName
{
background-color: #DAA07C;
}
.BgClassName
{
background-color: #DAA07C;
}
</style>
border-color css
<style>
span { border-color: #DAA07C; }
span { border-color: rgb(218,160,124); }
td.TdClassName
{
border-color: #DAA07C;
}
.TagClassName
{
border-color: #DAA07C;
}
</style>