Shades of Tumbleweed #DCAA8E
Tints of Tumbleweed #DCAA8E
RGB
CMYK
RGB Variations
Color information
#DCAA8E (or 0xDCAA8E) is known color: Tumbleweed. HEX triplet: DC, AA and 8E. RGB value is (220,170,142). Sum of RGB (Red+Green+Blue) = 220+170+142=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA8E is #235571. Grayscale: #B5B5B5. Windows color (decimal): -2315634 or 9349852. OLE color: 9349852.
HSL color Cylindrical-coordinate representation of color #DCAA8E: hue angle of 21.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAA8E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 142 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.14 |
| HSL | 21.54º | 0.53% | 0.71% | - |
| HSV(B) | 21.54º | 0.35% | 0.86% | - |
| XYZ | 48.77 | 45.92 | 31.88 | - |
| YUV | 181.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 142 | 0 | 0.23 | 0.35 | 0.14 | 21.54 | 0.53 | 0.71 |
| Hex | DC | AA | 8E | 0 | 17 | 23 | E | 16 | 35 | 47 |
| Octal | 334 | 252 | 216 | 0 | 27 | 43 | 16 | 26 | 65 | 107 |
| Binary | 11011100 | 10101010 | 10001110 | 0 | 10111 | 100011 | 1110 | 10110 | 110101 | 1000111 |
Color Harmonies of #DCAA8E
Complementary color
Monochromatic Colors of #DCAA8E
Black with #DCAA8E
Text Example
Text Example
White with #DCAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA8E; }
p { color: rgb(220,170,142); }
H1.HeaderClassName
{
color: #DCAA8E;
}
.AnyTagClassName
{
color: #DCAA8E;
}
</style>
background-color css
<style>
a { background-color: #DCAA8E; }
a { background-color: rgb(220,170,142); }
div.DivClassName
{
background-color: #DCAA8E;
}
.BgClassName
{
background-color: #DCAA8E;
}
</style>
border-color css
<style>
span { border-color: #DCAA8E; }
span { border-color: rgb(220,170,142); }
td.TdClassName
{
border-color: #DCAA8E;
}
.TagClassName
{
border-color: #DCAA8E;
}
</style>