Shades of Tumbleweed #DAA175
Tints of Tumbleweed #DAA175
RGB
CMYK
RGB Variations
Color information
#DAA175 (or 0xDAA175) is known color: Tumbleweed. HEX triplet: DA, A1 and 75. RGB value is (218,161,117). Sum of RGB (Red+Green+Blue) = 218+161+117=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA175 is #255E8A. Grayscale: #ADADAD. Windows color (decimal): -2449035 or 7709146. OLE color: 7709146.
HSL color Cylindrical-coordinate representation of color #DAA175: hue angle of 26.14º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAA175 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 117 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.15 |
| HSL | 26.14º | 0.58% | 0.66% | - |
| HSV(B) | 26.14º | 0.46% | 0.85% | - |
| XYZ | 44.87 | 41.68 | 22.51 | - |
| YUV | 173.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 117 | 0 | 0.26 | 0.46 | 0.15 | 26.14 | 0.58 | 0.66 |
| Hex | DA | A1 | 75 | 0 | 1A | 2E | F | 1A | 3A | 42 |
| Octal | 332 | 241 | 165 | 0 | 32 | 56 | 17 | 32 | 72 | 102 |
| Binary | 11011010 | 10100001 | 1110101 | 0 | 11010 | 101110 | 1111 | 11010 | 111010 | 1000010 |
Color Harmonies of #DAA175
Complementary color
Monochromatic Colors of #DAA175
Black with #DAA175
Text Example
Text Example
White with #DAA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA175; }
p { color: rgb(218,161,117); }
H1.HeaderClassName
{
color: #DAA175;
}
.AnyTagClassName
{
color: #DAA175;
}
</style>
background-color css
<style>
a { background-color: #DAA175; }
a { background-color: rgb(218,161,117); }
div.DivClassName
{
background-color: #DAA175;
}
.BgClassName
{
background-color: #DAA175;
}
</style>
border-color css
<style>
span { border-color: #DAA175; }
span { border-color: rgb(218,161,117); }
td.TdClassName
{
border-color: #DAA175;
}
.TagClassName
{
border-color: #DAA175;
}
</style>