Shades of Tumbleweed #DAAA8B
Tints of Tumbleweed #DAAA8B
RGB
CMYK
RGB Variations
Color information
#DAAA8B (or 0xDAAA8B) is known color: Tumbleweed. HEX triplet: DA, AA and 8B. RGB value is (218,170,139). Sum of RGB (Red+Green+Blue) = 218+170+139=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA8B is #255574. Grayscale: #B4B4B4. Windows color (decimal): -2446709 or 9153242. OLE color: 9153242.
HSL color Cylindrical-coordinate representation of color #DAAA8B: hue angle of 23.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAAA8B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 139 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.15 |
| HSL | 23.54º | 0.52% | 0.7% | - |
| HSV(B) | 23.54º | 0.36% | 0.85% | - |
| XYZ | 47.95 | 45.52 | 30.68 | - |
| YUV | 180.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 139 | 0 | 0.22 | 0.36 | 0.15 | 23.54 | 0.52 | 0.7 |
| Hex | DA | AA | 8B | 0 | 16 | 24 | F | 18 | 34 | 46 |
| Octal | 332 | 252 | 213 | 0 | 26 | 44 | 17 | 30 | 64 | 106 |
| Binary | 11011010 | 10101010 | 10001011 | 0 | 10110 | 100100 | 1111 | 11000 | 110100 | 1000110 |
Color Harmonies of #DAAA8B
Complementary color
Monochromatic Colors of #DAAA8B
Black with #DAAA8B
Text Example
Text Example
White with #DAAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA8B; }
p { color: rgb(218,170,139); }
H1.HeaderClassName
{
color: #DAAA8B;
}
.AnyTagClassName
{
color: #DAAA8B;
}
</style>
background-color css
<style>
a { background-color: #DAAA8B; }
a { background-color: rgb(218,170,139); }
div.DivClassName
{
background-color: #DAAA8B;
}
.BgClassName
{
background-color: #DAAA8B;
}
</style>
border-color css
<style>
span { border-color: #DAAA8B; }
span { border-color: rgb(218,170,139); }
td.TdClassName
{
border-color: #DAAA8B;
}
.TagClassName
{
border-color: #DAAA8B;
}
</style>