Shades of Tumbleweed #DAAB84
Tints of Tumbleweed #DAAB84
RGB
CMYK
RGB Variations
Color information
#DAAB84 (or 0xDAAB84) is known color: Tumbleweed. HEX triplet: DA, AB and 84. RGB value is (218,171,132). Sum of RGB (Red+Green+Blue) = 218+171+132=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB84 is #25547B. Grayscale: #B4B4B4. Windows color (decimal): -2446460 or 8694746. OLE color: 8694746.
HSL color Cylindrical-coordinate representation of color #DAAB84: hue angle of 27.21º 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 #DAAB84 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 132 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.15 |
| HSL | 27.21º | 0.54% | 0.69% | - |
| HSV(B) | 27.21º | 0.39% | 0.85% | - |
| XYZ | 47.64 | 45.7 | 28.14 | - |
| YUV | 180.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 132 | 0 | 0.22 | 0.39 | 0.15 | 27.21 | 0.54 | 0.69 |
| Hex | DA | AB | 84 | 0 | 16 | 27 | F | 1B | 36 | 45 |
| Octal | 332 | 253 | 204 | 0 | 26 | 47 | 17 | 33 | 66 | 105 |
| Binary | 11011010 | 10101011 | 10000100 | 0 | 10110 | 100111 | 1111 | 11011 | 110110 | 1000101 |
Color Harmonies of #DAAB84
Complementary color
Monochromatic Colors of #DAAB84
Black with #DAAB84
Text Example
Text Example
White with #DAAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB84; }
p { color: rgb(218,171,132); }
H1.HeaderClassName
{
color: #DAAB84;
}
.AnyTagClassName
{
color: #DAAB84;
}
</style>
background-color css
<style>
a { background-color: #DAAB84; }
a { background-color: rgb(218,171,132); }
div.DivClassName
{
background-color: #DAAB84;
}
.BgClassName
{
background-color: #DAAB84;
}
</style>
border-color css
<style>
span { border-color: #DAAB84; }
span { border-color: rgb(218,171,132); }
td.TdClassName
{
border-color: #DAAB84;
}
.TagClassName
{
border-color: #DAAB84;
}
</style>