Shades of Tumbleweed #DAA885
Tints of Tumbleweed #DAA885
RGB
CMYK
RGB Variations
Color information
#DAA885 (or 0xDAA885) is known color: Tumbleweed. HEX triplet: DA, A8 and 85. RGB value is (218,168,133). Sum of RGB (Red+Green+Blue) = 218+168+133=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA885 is #25577A. Grayscale: #B3B3B3. Windows color (decimal): -2447227 or 8759514. OLE color: 8759514.
HSL color Cylindrical-coordinate representation of color #DAA885: hue angle of 24.71º degrees, saturation: 0.53, 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 #DAA885 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 133 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.15 |
| HSL | 24.71º | 0.53% | 0.69% | - |
| HSV(B) | 24.71º | 0.39% | 0.85% | - |
| XYZ | 47.15 | 44.6 | 28.31 | - |
| YUV | 178.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 133 | 0 | 0.23 | 0.39 | 0.15 | 24.71 | 0.53 | 0.69 |
| Hex | DA | A8 | 85 | 0 | 17 | 27 | F | 19 | 35 | 45 |
| Octal | 332 | 250 | 205 | 0 | 27 | 47 | 17 | 31 | 65 | 105 |
| Binary | 11011010 | 10101000 | 10000101 | 0 | 10111 | 100111 | 1111 | 11001 | 110101 | 1000101 |
Color Harmonies of #DAA885
Complementary color
Monochromatic Colors of #DAA885
Black with #DAA885
Text Example
Text Example
White with #DAA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA885; }
p { color: rgb(218,168,133); }
H1.HeaderClassName
{
color: #DAA885;
}
.AnyTagClassName
{
color: #DAA885;
}
</style>
background-color css
<style>
a { background-color: #DAA885; }
a { background-color: rgb(218,168,133); }
div.DivClassName
{
background-color: #DAA885;
}
.BgClassName
{
background-color: #DAA885;
}
</style>
border-color css
<style>
span { border-color: #DAA885; }
span { border-color: rgb(218,168,133); }
td.TdClassName
{
border-color: #DAA885;
}
.TagClassName
{
border-color: #DAA885;
}
</style>