Shades of Tumbleweed #DAA282
Tints of Tumbleweed #DAA282
RGB
CMYK
RGB Variations
Color information
#DAA282 (or 0xDAA282) is known color: Tumbleweed. HEX triplet: DA, A2 and 82. RGB value is (218,162,130). Sum of RGB (Red+Green+Blue) = 218+162+130=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA282 is #255D7D. Grayscale: #AFAFAF. Windows color (decimal): -2448766 or 8561370. OLE color: 8561370.
HSL color Cylindrical-coordinate representation of color #DAA282: hue angle of 21.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAA282 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 130 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.15 |
| HSL | 21.82º | 0.54% | 0.68% | - |
| HSV(B) | 21.82º | 0.4% | 0.85% | - |
| XYZ | 45.86 | 42.36 | 26.88 | - |
| YUV | 175.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 130 | 0 | 0.26 | 0.40 | 0.15 | 21.82 | 0.54 | 0.68 |
| Hex | DA | A2 | 82 | 0 | 1A | 28 | F | 16 | 36 | 44 |
| Octal | 332 | 242 | 202 | 0 | 32 | 50 | 17 | 26 | 66 | 104 |
| Binary | 11011010 | 10100010 | 10000010 | 0 | 11010 | 101000 | 1111 | 10110 | 110110 | 1000100 |
Color Harmonies of #DAA282
Complementary color
Monochromatic Colors of #DAA282
Black with #DAA282
Text Example
Text Example
White with #DAA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA282; }
p { color: rgb(218,162,130); }
H1.HeaderClassName
{
color: #DAA282;
}
.AnyTagClassName
{
color: #DAA282;
}
</style>
background-color css
<style>
a { background-color: #DAA282; }
a { background-color: rgb(218,162,130); }
div.DivClassName
{
background-color: #DAA282;
}
.BgClassName
{
background-color: #DAA282;
}
</style>
border-color css
<style>
span { border-color: #DAA282; }
span { border-color: rgb(218,162,130); }
td.TdClassName
{
border-color: #DAA282;
}
.TagClassName
{
border-color: #DAA282;
}
</style>