Shades of Tumbleweed #DAAA8A
Tints of Tumbleweed #DAAA8A
RGB
CMYK
RGB Variations
Color information
#DAAA8A (or 0xDAAA8A) is known color: Tumbleweed. HEX triplet: DA, AA and 8A. RGB value is (218,170,138). Sum of RGB (Red+Green+Blue) = 218+170+138=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA8A is #255575. Grayscale: #B4B4B4. Windows color (decimal): -2446710 or 9087706. OLE color: 9087706.
HSL color Cylindrical-coordinate representation of color #DAAA8A: hue angle of 24º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAAA8A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 138 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.15 |
| HSL | 24º | 0.52% | 0.7% | - |
| HSV(B) | 24º | 0.37% | 0.85% | - |
| XYZ | 47.88 | 45.49 | 30.3 | - |
| YUV | 180.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 138 | 0 | 0.22 | 0.37 | 0.15 | 24 | 0.52 | 0.7 |
| Hex | DA | AA | 8A | 0 | 16 | 25 | F | 18 | 34 | 46 |
| Octal | 332 | 252 | 212 | 0 | 26 | 45 | 17 | 30 | 64 | 106 |
| Binary | 11011010 | 10101010 | 10001010 | 0 | 10110 | 100101 | 1111 | 11000 | 110100 | 1000110 |
Color Harmonies of #DAAA8A
Complementary color
Monochromatic Colors of #DAAA8A
Black with #DAAA8A
Text Example
Text Example
White with #DAAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA8A; }
p { color: rgb(218,170,138); }
H1.HeaderClassName
{
color: #DAAA8A;
}
.AnyTagClassName
{
color: #DAAA8A;
}
</style>
background-color css
<style>
a { background-color: #DAAA8A; }
a { background-color: rgb(218,170,138); }
div.DivClassName
{
background-color: #DAAA8A;
}
.BgClassName
{
background-color: #DAAA8A;
}
</style>
border-color css
<style>
span { border-color: #DAAA8A; }
span { border-color: rgb(218,170,138); }
td.TdClassName
{
border-color: #DAAA8A;
}
.TagClassName
{
border-color: #DAAA8A;
}
</style>