Shades of Tumbleweed #DAA07E
Tints of Tumbleweed #DAA07E
RGB
CMYK
RGB Variations
Color information
#DAA07E (or 0xDAA07E) is known color: Tumbleweed. HEX triplet: DA, A0 and 7E. RGB value is (218,160,126). Sum of RGB (Red+Green+Blue) = 218+160+126=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07E is #255F81. Grayscale: #ADADAD. Windows color (decimal): -2449282 or 8298714. OLE color: 8298714.
HSL color Cylindrical-coordinate representation of color #DAA07E: hue angle of 22.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAA07E is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 126 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.15 |
| HSL | 22.17º | 0.55% | 0.67% | - |
| HSV(B) | 22.17º | 0.42% | 0.85% | - |
| XYZ | 45.25 | 41.55 | 25.37 | - |
| YUV | 173.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 126 | 0 | 0.27 | 0.42 | 0.15 | 22.17 | 0.55 | 0.67 |
| Hex | DA | A0 | 7E | 0 | 1B | 2A | F | 16 | 37 | 43 |
| Octal | 332 | 240 | 176 | 0 | 33 | 52 | 17 | 26 | 67 | 103 |
| Binary | 11011010 | 10100000 | 1111110 | 0 | 11011 | 101010 | 1111 | 10110 | 110111 | 1000011 |
Color Harmonies of #DAA07E
Complementary color
Monochromatic Colors of #DAA07E
Black with #DAA07E
Text Example
Text Example
White with #DAA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA07E; }
p { color: rgb(218,160,126); }
H1.HeaderClassName
{
color: #DAA07E;
}
.AnyTagClassName
{
color: #DAA07E;
}
</style>
background-color css
<style>
a { background-color: #DAA07E; }
a { background-color: rgb(218,160,126); }
div.DivClassName
{
background-color: #DAA07E;
}
.BgClassName
{
background-color: #DAA07E;
}
</style>
border-color css
<style>
span { border-color: #DAA07E; }
span { border-color: rgb(218,160,126); }
td.TdClassName
{
border-color: #DAA07E;
}
.TagClassName
{
border-color: #DAA07E;
}
</style>