Shades of Tumbleweed #DAA878
Tints of Tumbleweed #DAA878
RGB
CMYK
RGB Variations
Color information
#DAA878 (or 0xDAA878) is known color: Tumbleweed. HEX triplet: DA, A8 and 78. RGB value is (218,168,120). Sum of RGB (Red+Green+Blue) = 218+168+120=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA878 is #255787. Grayscale: #B1B1B1. Windows color (decimal): -2447240 or 7907546. OLE color: 7907546.
HSL color Cylindrical-coordinate representation of color #DAA878: hue angle of 29.39º 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 #DAA878 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 120 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.15 |
| HSL | 29.39º | 0.57% | 0.66% | - |
| HSV(B) | 29.39º | 0.45% | 0.85% | - |
| XYZ | 46.31 | 44.27 | 23.87 | - |
| YUV | 177.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 120 | 0 | 0.23 | 0.45 | 0.15 | 29.39 | 0.57 | 0.66 |
| Hex | DA | A8 | 78 | 0 | 17 | 2D | F | 1D | 39 | 42 |
| Octal | 332 | 250 | 170 | 0 | 27 | 55 | 17 | 35 | 71 | 102 |
| Binary | 11011010 | 10101000 | 1111000 | 0 | 10111 | 101101 | 1111 | 11101 | 111001 | 1000010 |
Color Harmonies of #DAA878
Complementary color
Monochromatic Colors of #DAA878
Black with #DAA878
Text Example
Text Example
White with #DAA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA878; }
p { color: rgb(218,168,120); }
H1.HeaderClassName
{
color: #DAA878;
}
.AnyTagClassName
{
color: #DAA878;
}
</style>
background-color css
<style>
a { background-color: #DAA878; }
a { background-color: rgb(218,168,120); }
div.DivClassName
{
background-color: #DAA878;
}
.BgClassName
{
background-color: #DAA878;
}
</style>
border-color css
<style>
span { border-color: #DAA878; }
span { border-color: rgb(218,168,120); }
td.TdClassName
{
border-color: #DAA878;
}
.TagClassName
{
border-color: #DAA878;
}
</style>