Shades of Tumbleweed #DCAC8E
Tints of Tumbleweed #DCAC8E
RGB
CMYK
RGB Variations
Color information
#DCAC8E (or 0xDCAC8E) is known color: Tumbleweed. HEX triplet: DC, AC and 8E. RGB value is (220,172,142). Sum of RGB (Red+Green+Blue) = 220+172+142=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8E is #235371. Grayscale: #B7B7B7. Windows color (decimal): -2315122 or 9350364. OLE color: 9350364.
HSL color Cylindrical-coordinate representation of color #DCAC8E: hue angle of 23.08º 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 #DCAC8E is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 142 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.14 |
| HSL | 23.08º | 0.53% | 0.71% | - |
| HSV(B) | 23.08º | 0.35% | 0.86% | - |
| XYZ | 49.15 | 46.67 | 32.01 | - |
| YUV | 182.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 142 | 0 | 0.22 | 0.35 | 0.14 | 23.08 | 0.53 | 0.71 |
| Hex | DC | AC | 8E | 0 | 16 | 23 | E | 17 | 35 | 47 |
| Octal | 334 | 254 | 216 | 0 | 26 | 43 | 16 | 27 | 65 | 107 |
| Binary | 11011100 | 10101100 | 10001110 | 0 | 10110 | 100011 | 1110 | 10111 | 110101 | 1000111 |
Color Harmonies of #DCAC8E
Complementary color
Monochromatic Colors of #DCAC8E
Black with #DCAC8E
Text Example
Text Example
White with #DCAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC8E; }
p { color: rgb(220,172,142); }
H1.HeaderClassName
{
color: #DCAC8E;
}
.AnyTagClassName
{
color: #DCAC8E;
}
</style>
background-color css
<style>
a { background-color: #DCAC8E; }
a { background-color: rgb(220,172,142); }
div.DivClassName
{
background-color: #DCAC8E;
}
.BgClassName
{
background-color: #DCAC8E;
}
</style>
border-color css
<style>
span { border-color: #DCAC8E; }
span { border-color: rgb(220,172,142); }
td.TdClassName
{
border-color: #DCAC8E;
}
.TagClassName
{
border-color: #DCAC8E;
}
</style>