Shades of Tumbleweed #DAA377
Tints of Tumbleweed #DAA377
RGB
CMYK
RGB Variations
Color information
#DAA377 (or 0xDAA377) is known color: Tumbleweed. HEX triplet: DA, A3 and 77. RGB value is (218,163,119). Sum of RGB (Red+Green+Blue) = 218+163+119=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA377 is #255C88. Grayscale: #AEAEAE. Windows color (decimal): -2448521 or 7840730. OLE color: 7840730.
HSL color Cylindrical-coordinate representation of color #DAA377: hue angle of 26.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAA377 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 119 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.15 |
| HSL | 26.67º | 0.57% | 0.66% | - |
| HSV(B) | 26.67º | 0.45% | 0.85% | - |
| XYZ | 45.34 | 42.43 | 23.25 | - |
| YUV | 174.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 119 | 0 | 0.25 | 0.45 | 0.15 | 26.67 | 0.57 | 0.66 |
| Hex | DA | A3 | 77 | 0 | 19 | 2D | F | 1B | 39 | 42 |
| Octal | 332 | 243 | 167 | 0 | 31 | 55 | 17 | 33 | 71 | 102 |
| Binary | 11011010 | 10100011 | 1110111 | 0 | 11001 | 101101 | 1111 | 11011 | 111001 | 1000010 |
Color Harmonies of #DAA377
Complementary color
Monochromatic Colors of #DAA377
Black with #DAA377
Text Example
Text Example
White with #DAA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA377; }
p { color: rgb(218,163,119); }
H1.HeaderClassName
{
color: #DAA377;
}
.AnyTagClassName
{
color: #DAA377;
}
</style>
background-color css
<style>
a { background-color: #DAA377; }
a { background-color: rgb(218,163,119); }
div.DivClassName
{
background-color: #DAA377;
}
.BgClassName
{
background-color: #DAA377;
}
</style>
border-color css
<style>
span { border-color: #DAA377; }
span { border-color: rgb(218,163,119); }
td.TdClassName
{
border-color: #DAA377;
}
.TagClassName
{
border-color: #DAA377;
}
</style>