Shades of Tumbleweed #DAA276
Tints of Tumbleweed #DAA276
RGB
CMYK
RGB Variations
Color information
#DAA276 (or 0xDAA276) is known color: Tumbleweed. HEX triplet: DA, A2 and 76. RGB value is (218,162,118). Sum of RGB (Red+Green+Blue) = 218+162+118=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA276 is #255D89. Grayscale: #ADADAD. Windows color (decimal): -2448778 or 7774938. OLE color: 7774938.
HSL color Cylindrical-coordinate representation of color #DAA276: hue angle of 26.4º 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 #DAA276 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 118 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.15 |
| HSL | 26.4º | 0.57% | 0.66% | - |
| HSV(B) | 26.4º | 0.46% | 0.85% | - |
| XYZ | 45.1 | 42.05 | 22.88 | - |
| YUV | 173.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 118 | 0 | 0.26 | 0.46 | 0.15 | 26.4 | 0.57 | 0.66 |
| Hex | DA | A2 | 76 | 0 | 1A | 2E | F | 1A | 39 | 42 |
| Octal | 332 | 242 | 166 | 0 | 32 | 56 | 17 | 32 | 71 | 102 |
| Binary | 11011010 | 10100010 | 1110110 | 0 | 11010 | 101110 | 1111 | 11010 | 111001 | 1000010 |
Color Harmonies of #DAA276
Complementary color
Monochromatic Colors of #DAA276
Black with #DAA276
Text Example
Text Example
White with #DAA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA276; }
p { color: rgb(218,162,118); }
H1.HeaderClassName
{
color: #DAA276;
}
.AnyTagClassName
{
color: #DAA276;
}
</style>
background-color css
<style>
a { background-color: #DAA276; }
a { background-color: rgb(218,162,118); }
div.DivClassName
{
background-color: #DAA276;
}
.BgClassName
{
background-color: #DAA276;
}
</style>
border-color css
<style>
span { border-color: #DAA276; }
span { border-color: rgb(218,162,118); }
td.TdClassName
{
border-color: #DAA276;
}
.TagClassName
{
border-color: #DAA276;
}
</style>