Shades of Tumbleweed #DAA674
Tints of Tumbleweed #DAA674
RGB
CMYK
RGB Variations
Color information
#DAA674 (or 0xDAA674) is known color: Tumbleweed. HEX triplet: DA, A6 and 74. RGB value is (218,166,116). Sum of RGB (Red+Green+Blue) = 218+166+116=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA674 is #25598B. Grayscale: #B0B0B0. Windows color (decimal): -2447756 or 7644890. OLE color: 7644890.
HSL color Cylindrical-coordinate representation of color #DAA674: hue angle of 29.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAA674 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 116 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.15 |
| HSL | 29.41º | 0.58% | 0.65% | - |
| HSV(B) | 29.41º | 0.47% | 0.85% | - |
| XYZ | 45.7 | 43.44 | 22.5 | - |
| YUV | 175.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 116 | 0 | 0.24 | 0.47 | 0.15 | 29.41 | 0.58 | 0.65 |
| Hex | DA | A6 | 74 | 0 | 18 | 2F | F | 1D | 3A | 41 |
| Octal | 332 | 246 | 164 | 0 | 30 | 57 | 17 | 35 | 72 | 101 |
| Binary | 11011010 | 10100110 | 1110100 | 0 | 11000 | 101111 | 1111 | 11101 | 111010 | 1000001 |
Color Harmonies of #DAA674
Complementary color
Monochromatic Colors of #DAA674
Black with #DAA674
Text Example
Text Example
White with #DAA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA674; }
p { color: rgb(218,166,116); }
H1.HeaderClassName
{
color: #DAA674;
}
.AnyTagClassName
{
color: #DAA674;
}
</style>
background-color css
<style>
a { background-color: #DAA674; }
a { background-color: rgb(218,166,116); }
div.DivClassName
{
background-color: #DAA674;
}
.BgClassName
{
background-color: #DAA674;
}
</style>
border-color css
<style>
span { border-color: #DAA674; }
span { border-color: rgb(218,166,116); }
td.TdClassName
{
border-color: #DAA674;
}
.TagClassName
{
border-color: #DAA674;
}
</style>