Shades of Tumbleweed #DCAC8C
Tints of Tumbleweed #DCAC8C
RGB
CMYK
RGB Variations
Color information
#DCAC8C (or 0xDCAC8C) is known color: Tumbleweed. HEX triplet: DC, AC and 8C. RGB value is (220,172,140). Sum of RGB (Red+Green+Blue) = 220+172+140=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8C is #235373. Grayscale: #B6B6B6. Windows color (decimal): -2315124 or 9219292. OLE color: 9219292.
HSL color Cylindrical-coordinate representation of color #DCAC8C: hue angle of 24º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAC8C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 140 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 24º | 0.53% | 0.71% | - |
| HSV(B) | 24º | 0.36% | 0.86% | - |
| XYZ | 49 | 46.61 | 31.23 | - |
| YUV | 182.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 140 | 0 | 0.22 | 0.36 | 0.14 | 24 | 0.53 | 0.71 |
| Hex | DC | AC | 8C | 0 | 16 | 24 | E | 18 | 35 | 47 |
| Octal | 334 | 254 | 214 | 0 | 26 | 44 | 16 | 30 | 65 | 107 |
| Binary | 11011100 | 10101100 | 10001100 | 0 | 10110 | 100100 | 1110 | 11000 | 110101 | 1000111 |
Color Harmonies of #DCAC8C
Complementary color
Monochromatic Colors of #DCAC8C
Black with #DCAC8C
Text Example
Text Example
White with #DCAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC8C; }
p { color: rgb(220,172,140); }
H1.HeaderClassName
{
color: #DCAC8C;
}
.AnyTagClassName
{
color: #DCAC8C;
}
</style>
background-color css
<style>
a { background-color: #DCAC8C; }
a { background-color: rgb(220,172,140); }
div.DivClassName
{
background-color: #DCAC8C;
}
.BgClassName
{
background-color: #DCAC8C;
}
</style>
border-color css
<style>
span { border-color: #DCAC8C; }
span { border-color: rgb(220,172,140); }
td.TdClassName
{
border-color: #DCAC8C;
}
.TagClassName
{
border-color: #DCAC8C;
}
</style>