Shades of Tumbleweed #DAAA83
Tints of Tumbleweed #DAAA83
RGB
CMYK
RGB Variations
Color information
#DAAA83 (or 0xDAAA83) is known color: Tumbleweed. HEX triplet: DA, AA and 83. RGB value is (218,170,131). Sum of RGB (Red+Green+Blue) = 218+170+131=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA83 is #25557C. Grayscale: #B4B4B4. Windows color (decimal): -2446717 or 8628954. OLE color: 8628954.
HSL color Cylindrical-coordinate representation of color #DAAA83: hue angle of 26.9º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAAA83 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 131 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.15 |
| HSL | 26.9º | 0.54% | 0.68% | - |
| HSV(B) | 26.9º | 0.4% | 0.85% | - |
| XYZ | 47.38 | 45.29 | 27.72 | - |
| YUV | 179.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 131 | 0 | 0.22 | 0.40 | 0.15 | 26.9 | 0.54 | 0.68 |
| Hex | DA | AA | 83 | 0 | 16 | 28 | F | 1B | 36 | 44 |
| Octal | 332 | 252 | 203 | 0 | 26 | 50 | 17 | 33 | 66 | 104 |
| Binary | 11011010 | 10101010 | 10000011 | 0 | 10110 | 101000 | 1111 | 11011 | 110110 | 1000100 |
Color Harmonies of #DAAA83
Complementary color
Monochromatic Colors of #DAAA83
Black with #DAAA83
Text Example
Text Example
White with #DAAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA83; }
p { color: rgb(218,170,131); }
H1.HeaderClassName
{
color: #DAAA83;
}
.AnyTagClassName
{
color: #DAAA83;
}
</style>
background-color css
<style>
a { background-color: #DAAA83; }
a { background-color: rgb(218,170,131); }
div.DivClassName
{
background-color: #DAAA83;
}
.BgClassName
{
background-color: #DAAA83;
}
</style>
border-color css
<style>
span { border-color: #DAAA83; }
span { border-color: rgb(218,170,131); }
td.TdClassName
{
border-color: #DAAA83;
}
.TagClassName
{
border-color: #DAAA83;
}
</style>