Shades of Tumbleweed #DCAC8D
Tints of Tumbleweed #DCAC8D
RGB
CMYK
RGB Variations
Color information
#DCAC8D (or 0xDCAC8D) is known color: Tumbleweed. HEX triplet: DC, AC and 8D. RGB value is (220,172,141). Sum of RGB (Red+Green+Blue) = 220+172+141=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8D is #235372. Grayscale: #B6B6B6. Windows color (decimal): -2315123 or 9284828. OLE color: 9284828.
HSL color Cylindrical-coordinate representation of color #DCAC8D: hue angle of 23.54º 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 #DCAC8D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 141 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 23.54º | 0.53% | 0.71% | - |
| HSV(B) | 23.54º | 0.36% | 0.86% | - |
| XYZ | 49.08 | 46.64 | 31.62 | - |
| YUV | 182.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 141 | 0 | 0.22 | 0.36 | 0.14 | 23.54 | 0.53 | 0.71 |
| Hex | DC | AC | 8D | 0 | 16 | 24 | E | 18 | 35 | 47 |
| Octal | 334 | 254 | 215 | 0 | 26 | 44 | 16 | 30 | 65 | 107 |
| Binary | 11011100 | 10101100 | 10001101 | 0 | 10110 | 100100 | 1110 | 11000 | 110101 | 1000111 |
Color Harmonies of #DCAC8D
Complementary color
Monochromatic Colors of #DCAC8D
Black with #DCAC8D
Text Example
Text Example
White with #DCAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC8D; }
p { color: rgb(220,172,141); }
H1.HeaderClassName
{
color: #DCAC8D;
}
.AnyTagClassName
{
color: #DCAC8D;
}
</style>
background-color css
<style>
a { background-color: #DCAC8D; }
a { background-color: rgb(220,172,141); }
div.DivClassName
{
background-color: #DCAC8D;
}
.BgClassName
{
background-color: #DCAC8D;
}
</style>
border-color css
<style>
span { border-color: #DCAC8D; }
span { border-color: rgb(220,172,141); }
td.TdClassName
{
border-color: #DCAC8D;
}
.TagClassName
{
border-color: #DCAC8D;
}
</style>