Shades of Tumbleweed #DAA68A
Tints of Tumbleweed #DAA68A
RGB
CMYK
RGB Variations
Color information
#DAA68A (or 0xDAA68A) is known color: Tumbleweed. HEX triplet: DA, A6 and 8A. RGB value is (218,166,138). Sum of RGB (Red+Green+Blue) = 218+166+138=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA68A is #255975. Grayscale: #B2B2B2. Windows color (decimal): -2447734 or 9086682. OLE color: 9086682.
HSL color Cylindrical-coordinate representation of color #DAA68A: hue angle of 21º 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 #DAA68A is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 138 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.15 |
| HSL | 21º | 0.52% | 0.7% | - |
| HSV(B) | 21º | 0.37% | 0.85% | - |
| XYZ | 47.14 | 44.01 | 30.06 | - |
| YUV | 178.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 138 | 0 | 0.24 | 0.37 | 0.15 | 21 | 0.52 | 0.7 |
| Hex | DA | A6 | 8A | 0 | 18 | 25 | F | 15 | 34 | 46 |
| Octal | 332 | 246 | 212 | 0 | 30 | 45 | 17 | 25 | 64 | 106 |
| Binary | 11011010 | 10100110 | 10001010 | 0 | 11000 | 100101 | 1111 | 10101 | 110100 | 1000110 |
Color Harmonies of #DAA68A
Complementary color
Monochromatic Colors of #DAA68A
Black with #DAA68A
Text Example
Text Example
White with #DAA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA68A; }
p { color: rgb(218,166,138); }
H1.HeaderClassName
{
color: #DAA68A;
}
.AnyTagClassName
{
color: #DAA68A;
}
</style>
background-color css
<style>
a { background-color: #DAA68A; }
a { background-color: rgb(218,166,138); }
div.DivClassName
{
background-color: #DAA68A;
}
.BgClassName
{
background-color: #DAA68A;
}
</style>
border-color css
<style>
span { border-color: #DAA68A; }
span { border-color: rgb(218,166,138); }
td.TdClassName
{
border-color: #DAA68A;
}
.TagClassName
{
border-color: #DAA68A;
}
</style>