Shades of Tumbleweed #DAA884
Tints of Tumbleweed #DAA884
RGB
CMYK
RGB Variations
Color information
#DAA884 (or 0xDAA884) is known color: Tumbleweed. HEX triplet: DA, A8 and 84. RGB value is (218,168,132). Sum of RGB (Red+Green+Blue) = 218+168+132=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA884 is #25577B. Grayscale: #B3B3B3. Windows color (decimal): -2447228 or 8693978. OLE color: 8693978.
HSL color Cylindrical-coordinate representation of color #DAA884: hue angle of 25.12º degrees, saturation: 0.54, 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 #DAA884 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 132 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.15 |
| HSL | 25.12º | 0.54% | 0.69% | - |
| HSV(B) | 25.12º | 0.39% | 0.85% | - |
| XYZ | 47.08 | 44.58 | 27.95 | - |
| YUV | 178.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 132 | 0 | 0.23 | 0.39 | 0.15 | 25.12 | 0.54 | 0.69 |
| Hex | DA | A8 | 84 | 0 | 17 | 27 | F | 19 | 36 | 45 |
| Octal | 332 | 250 | 204 | 0 | 27 | 47 | 17 | 31 | 66 | 105 |
| Binary | 11011010 | 10101000 | 10000100 | 0 | 10111 | 100111 | 1111 | 11001 | 110110 | 1000101 |
Color Harmonies of #DAA884
Complementary color
Monochromatic Colors of #DAA884
Black with #DAA884
Text Example
Text Example
White with #DAA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA884; }
p { color: rgb(218,168,132); }
H1.HeaderClassName
{
color: #DAA884;
}
.AnyTagClassName
{
color: #DAA884;
}
</style>
background-color css
<style>
a { background-color: #DAA884; }
a { background-color: rgb(218,168,132); }
div.DivClassName
{
background-color: #DAA884;
}
.BgClassName
{
background-color: #DAA884;
}
</style>
border-color css
<style>
span { border-color: #DAA884; }
span { border-color: rgb(218,168,132); }
td.TdClassName
{
border-color: #DAA884;
}
.TagClassName
{
border-color: #DAA884;
}
</style>