Shades of Tumbleweed #DCAA89
Tints of Tumbleweed #DCAA89
RGB
CMYK
RGB Variations
Color information
#DCAA89 (or 0xDCAA89) is known color: Tumbleweed. HEX triplet: DC, AA and 89. RGB value is (220,170,137). Sum of RGB (Red+Green+Blue) = 220+170+137=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA89 is #235576. Grayscale: #B5B5B5. Windows color (decimal): -2315639 or 9022172. OLE color: 9022172.
HSL color Cylindrical-coordinate representation of color #DCAA89: hue angle of 23.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAA89 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 137 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.14 |
| HSL | 23.86º | 0.54% | 0.7% | - |
| HSV(B) | 23.86º | 0.38% | 0.86% | - |
| XYZ | 48.41 | 45.77 | 29.95 | - |
| YUV | 181.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 137 | 0 | 0.23 | 0.38 | 0.14 | 23.86 | 0.54 | 0.7 |
| Hex | DC | AA | 89 | 0 | 17 | 26 | E | 18 | 36 | 46 |
| Octal | 334 | 252 | 211 | 0 | 27 | 46 | 16 | 30 | 66 | 106 |
| Binary | 11011100 | 10101010 | 10001001 | 0 | 10111 | 100110 | 1110 | 11000 | 110110 | 1000110 |
Color Harmonies of #DCAA89
Complementary color
Monochromatic Colors of #DCAA89
Black with #DCAA89
Text Example
Text Example
White with #DCAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA89; }
p { color: rgb(220,170,137); }
H1.HeaderClassName
{
color: #DCAA89;
}
.AnyTagClassName
{
color: #DCAA89;
}
</style>
background-color css
<style>
a { background-color: #DCAA89; }
a { background-color: rgb(220,170,137); }
div.DivClassName
{
background-color: #DCAA89;
}
.BgClassName
{
background-color: #DCAA89;
}
</style>
border-color css
<style>
span { border-color: #DCAA89; }
span { border-color: rgb(220,170,137); }
td.TdClassName
{
border-color: #DCAA89;
}
.TagClassName
{
border-color: #DCAA89;
}
</style>