Shades of Tumbleweed #DAA286
Tints of Tumbleweed #DAA286
RGB
CMYK
RGB Variations
Color information
#DAA286 (or 0xDAA286) is known color: Tumbleweed. HEX triplet: DA, A2 and 86. RGB value is (218,162,134). Sum of RGB (Red+Green+Blue) = 218+162+134=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA286 is #255D79. Grayscale: #AFAFAF. Windows color (decimal): -2448762 or 8823514. OLE color: 8823514.
HSL color Cylindrical-coordinate representation of color #DAA286: hue angle of 20º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAA286 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 134 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.15 |
| HSL | 20º | 0.53% | 0.69% | - |
| HSV(B) | 20º | 0.39% | 0.85% | - |
| XYZ | 46.14 | 42.47 | 28.32 | - |
| YUV | 175.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 134 | 0 | 0.26 | 0.39 | 0.15 | 20 | 0.53 | 0.69 |
| Hex | DA | A2 | 86 | 0 | 1A | 27 | F | 14 | 35 | 45 |
| Octal | 332 | 242 | 206 | 0 | 32 | 47 | 17 | 24 | 65 | 105 |
| Binary | 11011010 | 10100010 | 10000110 | 0 | 11010 | 100111 | 1111 | 10100 | 110101 | 1000101 |
Color Harmonies of #DAA286
Complementary color
Monochromatic Colors of #DAA286
Black with #DAA286
Text Example
Text Example
White with #DAA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA286; }
p { color: rgb(218,162,134); }
H1.HeaderClassName
{
color: #DAA286;
}
.AnyTagClassName
{
color: #DAA286;
}
</style>
background-color css
<style>
a { background-color: #DAA286; }
a { background-color: rgb(218,162,134); }
div.DivClassName
{
background-color: #DAA286;
}
.BgClassName
{
background-color: #DAA286;
}
</style>
border-color css
<style>
span { border-color: #DAA286; }
span { border-color: rgb(218,162,134); }
td.TdClassName
{
border-color: #DAA286;
}
.TagClassName
{
border-color: #DAA286;
}
</style>