Shades of Tumbleweed #DAA67C
Tints of Tumbleweed #DAA67C
RGB
CMYK
RGB Variations
Color information
#DAA67C (or 0xDAA67C) is known color: Tumbleweed. HEX triplet: DA, A6 and 7C. RGB value is (218,166,124). Sum of RGB (Red+Green+Blue) = 218+166+124=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA67C is #255983. Grayscale: #B0B0B0. Windows color (decimal): -2447748 or 8169178. OLE color: 8169178.
HSL color Cylindrical-coordinate representation of color #DAA67C: hue angle of 26.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAA67C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 124 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.15 |
| HSL | 26.81º | 0.56% | 0.67% | - |
| HSV(B) | 26.81º | 0.43% | 0.85% | - |
| XYZ | 46.19 | 43.63 | 25.06 | - |
| YUV | 176.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 124 | 0 | 0.24 | 0.43 | 0.15 | 26.81 | 0.56 | 0.67 |
| Hex | DA | A6 | 7C | 0 | 18 | 2B | F | 1B | 38 | 43 |
| Octal | 332 | 246 | 174 | 0 | 30 | 53 | 17 | 33 | 70 | 103 |
| Binary | 11011010 | 10100110 | 1111100 | 0 | 11000 | 101011 | 1111 | 11011 | 111000 | 1000011 |
Color Harmonies of #DAA67C
Complementary color
Monochromatic Colors of #DAA67C
Black with #DAA67C
Text Example
Text Example
White with #DAA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA67C; }
p { color: rgb(218,166,124); }
H1.HeaderClassName
{
color: #DAA67C;
}
.AnyTagClassName
{
color: #DAA67C;
}
</style>
background-color css
<style>
a { background-color: #DAA67C; }
a { background-color: rgb(218,166,124); }
div.DivClassName
{
background-color: #DAA67C;
}
.BgClassName
{
background-color: #DAA67C;
}
</style>
border-color css
<style>
span { border-color: #DAA67C; }
span { border-color: rgb(218,166,124); }
td.TdClassName
{
border-color: #DAA67C;
}
.TagClassName
{
border-color: #DAA67C;
}
</style>