Shades of Tumbleweed #DAAB88
Tints of Tumbleweed #DAAB88
RGB
CMYK
RGB Variations
Color information
#DAAB88 (or 0xDAAB88) is known color: Tumbleweed. HEX triplet: DA, AB and 88. RGB value is (218,171,136). Sum of RGB (Red+Green+Blue) = 218+171+136=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB88 is #255477. Grayscale: #B5B5B5. Windows color (decimal): -2446456 or 8956890. OLE color: 8956890.
HSL color Cylindrical-coordinate representation of color #DAAB88: hue angle of 25.61º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAAB88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 136 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.15 |
| HSL | 25.61º | 0.53% | 0.69% | - |
| HSV(B) | 25.61º | 0.38% | 0.85% | - |
| XYZ | 47.92 | 45.81 | 29.61 | - |
| YUV | 181.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 136 | 0 | 0.22 | 0.38 | 0.15 | 25.61 | 0.53 | 0.69 |
| Hex | DA | AB | 88 | 0 | 16 | 26 | F | 1A | 35 | 45 |
| Octal | 332 | 253 | 210 | 0 | 26 | 46 | 17 | 32 | 65 | 105 |
| Binary | 11011010 | 10101011 | 10001000 | 0 | 10110 | 100110 | 1111 | 11010 | 110101 | 1000101 |
Color Harmonies of #DAAB88
Complementary color
Monochromatic Colors of #DAAB88
Black with #DAAB88
Text Example
Text Example
White with #DAAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB88; }
p { color: rgb(218,171,136); }
H1.HeaderClassName
{
color: #DAAB88;
}
.AnyTagClassName
{
color: #DAAB88;
}
</style>
background-color css
<style>
a { background-color: #DAAB88; }
a { background-color: rgb(218,171,136); }
div.DivClassName
{
background-color: #DAAB88;
}
.BgClassName
{
background-color: #DAAB88;
}
</style>
border-color css
<style>
span { border-color: #DAAB88; }
span { border-color: rgb(218,171,136); }
td.TdClassName
{
border-color: #DAAB88;
}
.TagClassName
{
border-color: #DAAB88;
}
</style>