Shades of Tumbleweed #DAA98C
Tints of Tumbleweed #DAA98C
RGB
CMYK
RGB Variations
Color information
#DAA98C (or 0xDAA98C) is known color: Tumbleweed. HEX triplet: DA, A9 and 8C. RGB value is (218,169,140). Sum of RGB (Red+Green+Blue) = 218+169+140=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA98C is #255673. Grayscale: #B4B4B4. Windows color (decimal): -2446964 or 9218522. OLE color: 9218522.
HSL color Cylindrical-coordinate representation of color #DAA98C: hue angle of 22.31º degrees, saturation: 0.51, 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 #DAA98C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 140 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.15 |
| HSL | 22.31º | 0.51% | 0.7% | - |
| HSV(B) | 22.31º | 0.36% | 0.85% | - |
| XYZ | 47.84 | 45.17 | 31.01 | - |
| YUV | 180.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 140 | 0 | 0.22 | 0.36 | 0.15 | 22.31 | 0.51 | 0.7 |
| Hex | DA | A9 | 8C | 0 | 16 | 24 | F | 16 | 33 | 46 |
| Octal | 332 | 251 | 214 | 0 | 26 | 44 | 17 | 26 | 63 | 106 |
| Binary | 11011010 | 10101001 | 10001100 | 0 | 10110 | 100100 | 1111 | 10110 | 110011 | 1000110 |
Color Harmonies of #DAA98C
Complementary color
Monochromatic Colors of #DAA98C
Black with #DAA98C
Text Example
Text Example
White with #DAA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA98C; }
p { color: rgb(218,169,140); }
H1.HeaderClassName
{
color: #DAA98C;
}
.AnyTagClassName
{
color: #DAA98C;
}
</style>
background-color css
<style>
a { background-color: #DAA98C; }
a { background-color: rgb(218,169,140); }
div.DivClassName
{
background-color: #DAA98C;
}
.BgClassName
{
background-color: #DAA98C;
}
</style>
border-color css
<style>
span { border-color: #DAA98C; }
span { border-color: rgb(218,169,140); }
td.TdClassName
{
border-color: #DAA98C;
}
.TagClassName
{
border-color: #DAA98C;
}
</style>