Shades of Tumbleweed #DAA178
Tints of Tumbleweed #DAA178
RGB
CMYK
RGB Variations
Color information
#DAA178 (or 0xDAA178) is known color: Tumbleweed. HEX triplet: DA, A1 and 78. RGB value is (218,161,120). Sum of RGB (Red+Green+Blue) = 218+161+120=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA178 is #255E87. Grayscale: #ADADAD. Windows color (decimal): -2449032 or 7905754. OLE color: 7905754.
HSL color Cylindrical-coordinate representation of color #DAA178: hue angle of 25.1º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAA178 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 120 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.15 |
| HSL | 25.1º | 0.57% | 0.66% | - |
| HSV(B) | 25.1º | 0.45% | 0.85% | - |
| XYZ | 45.05 | 41.75 | 23.45 | - |
| YUV | 173.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 120 | 0 | 0.26 | 0.45 | 0.15 | 25.1 | 0.57 | 0.66 |
| Hex | DA | A1 | 78 | 0 | 1A | 2D | F | 19 | 39 | 42 |
| Octal | 332 | 241 | 170 | 0 | 32 | 55 | 17 | 31 | 71 | 102 |
| Binary | 11011010 | 10100001 | 1111000 | 0 | 11010 | 101101 | 1111 | 11001 | 111001 | 1000010 |
Color Harmonies of #DAA178
Complementary color
Monochromatic Colors of #DAA178
Black with #DAA178
Text Example
Text Example
White with #DAA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA178; }
p { color: rgb(218,161,120); }
H1.HeaderClassName
{
color: #DAA178;
}
.AnyTagClassName
{
color: #DAA178;
}
</style>
background-color css
<style>
a { background-color: #DAA178; }
a { background-color: rgb(218,161,120); }
div.DivClassName
{
background-color: #DAA178;
}
.BgClassName
{
background-color: #DAA178;
}
</style>
border-color css
<style>
span { border-color: #DAA178; }
span { border-color: rgb(218,161,120); }
td.TdClassName
{
border-color: #DAA178;
}
.TagClassName
{
border-color: #DAA178;
}
</style>