Shades of Tumbleweed #DAA473
Tints of Tumbleweed #DAA473
RGB
CMYK
RGB Variations
Color information
#DAA473 (or 0xDAA473) is known color: Tumbleweed. HEX triplet: DA, A4 and 73. RGB value is (218,164,115). Sum of RGB (Red+Green+Blue) = 218+164+115=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA473 is #255B8C. Grayscale: #AEAEAE. Windows color (decimal): -2448269 or 7578842. OLE color: 7578842.
HSL color Cylindrical-coordinate representation of color #DAA473: hue angle of 28.54º 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 #DAA473 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 115 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.15 |
| HSL | 28.54º | 0.58% | 0.65% | - |
| HSV(B) | 28.54º | 0.47% | 0.85% | - |
| XYZ | 45.28 | 42.69 | 22.07 | - |
| YUV | 174.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 115 | 0 | 0.25 | 0.47 | 0.15 | 28.54 | 0.58 | 0.65 |
| Hex | DA | A4 | 73 | 0 | 19 | 2F | F | 1D | 3A | 41 |
| Octal | 332 | 244 | 163 | 0 | 31 | 57 | 17 | 35 | 72 | 101 |
| Binary | 11011010 | 10100100 | 1110011 | 0 | 11001 | 101111 | 1111 | 11101 | 111010 | 1000001 |
Color Harmonies of #DAA473
Complementary color
Monochromatic Colors of #DAA473
Black with #DAA473
Text Example
Text Example
White with #DAA473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA473; }
p { color: rgb(218,164,115); }
H1.HeaderClassName
{
color: #DAA473;
}
.AnyTagClassName
{
color: #DAA473;
}
</style>
background-color css
<style>
a { background-color: #DAA473; }
a { background-color: rgb(218,164,115); }
div.DivClassName
{
background-color: #DAA473;
}
.BgClassName
{
background-color: #DAA473;
}
</style>
border-color css
<style>
span { border-color: #DAA473; }
span { border-color: rgb(218,164,115); }
td.TdClassName
{
border-color: #DAA473;
}
.TagClassName
{
border-color: #DAA473;
}
</style>