Shades of Tumbleweed #DAA476
Tints of Tumbleweed #DAA476
RGB
CMYK
RGB Variations
Color information
#DAA476 (or 0xDAA476) is known color: Tumbleweed. HEX triplet: DA, A4 and 76. RGB value is (218,164,118). Sum of RGB (Red+Green+Blue) = 218+164+118=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA476 is #255B89. Grayscale: #AFAFAF. Windows color (decimal): -2448266 or 7775450. OLE color: 7775450.
HSL color Cylindrical-coordinate representation of color #DAA476: hue angle of 27.6º degrees, saturation: 0.57, 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 #DAA476 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 118 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.15 |
| HSL | 27.6º | 0.57% | 0.66% | - |
| HSV(B) | 27.6º | 0.46% | 0.85% | - |
| XYZ | 45.46 | 42.76 | 23 | - |
| YUV | 174.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 118 | 0 | 0.25 | 0.46 | 0.15 | 27.6 | 0.57 | 0.66 |
| Hex | DA | A4 | 76 | 0 | 19 | 2E | F | 1C | 39 | 42 |
| Octal | 332 | 244 | 166 | 0 | 31 | 56 | 17 | 34 | 71 | 102 |
| Binary | 11011010 | 10100100 | 1110110 | 0 | 11001 | 101110 | 1111 | 11100 | 111001 | 1000010 |
Color Harmonies of #DAA476
Complementary color
Monochromatic Colors of #DAA476
Black with #DAA476
Text Example
Text Example
White with #DAA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA476; }
p { color: rgb(218,164,118); }
H1.HeaderClassName
{
color: #DAA476;
}
.AnyTagClassName
{
color: #DAA476;
}
</style>
background-color css
<style>
a { background-color: #DAA476; }
a { background-color: rgb(218,164,118); }
div.DivClassName
{
background-color: #DAA476;
}
.BgClassName
{
background-color: #DAA476;
}
</style>
border-color css
<style>
span { border-color: #DAA476; }
span { border-color: rgb(218,164,118); }
td.TdClassName
{
border-color: #DAA476;
}
.TagClassName
{
border-color: #DAA476;
}
</style>