Shades of Tumbleweed #DCAC86
Tints of Tumbleweed #DCAC86
RGB
CMYK
RGB Variations
Color information
#DCAC86 (or 0xDCAC86) is known color: Tumbleweed. HEX triplet: DC, AC and 86. RGB value is (220,172,134). Sum of RGB (Red+Green+Blue) = 220+172+134=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC86 is #235379. Grayscale: #B6B6B6. Windows color (decimal): -2315130 or 8826076. OLE color: 8826076.
HSL color Cylindrical-coordinate representation of color #DCAC86: hue angle of 26.51º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAC86 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 134 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.14 |
| HSL | 26.51º | 0.55% | 0.69% | - |
| HSV(B) | 26.51º | 0.39% | 0.86% | - |
| XYZ | 48.57 | 46.44 | 28.96 | - |
| YUV | 182.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 134 | 0 | 0.22 | 0.39 | 0.14 | 26.51 | 0.55 | 0.69 |
| Hex | DC | AC | 86 | 0 | 16 | 27 | E | 1B | 37 | 45 |
| Octal | 334 | 254 | 206 | 0 | 26 | 47 | 16 | 33 | 67 | 105 |
| Binary | 11011100 | 10101100 | 10000110 | 0 | 10110 | 100111 | 1110 | 11011 | 110111 | 1000101 |
Color Harmonies of #DCAC86
Complementary color
Monochromatic Colors of #DCAC86
Black with #DCAC86
Text Example
Text Example
White with #DCAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC86; }
p { color: rgb(220,172,134); }
H1.HeaderClassName
{
color: #DCAC86;
}
.AnyTagClassName
{
color: #DCAC86;
}
</style>
background-color css
<style>
a { background-color: #DCAC86; }
a { background-color: rgb(220,172,134); }
div.DivClassName
{
background-color: #DCAC86;
}
.BgClassName
{
background-color: #DCAC86;
}
</style>
border-color css
<style>
span { border-color: #DCAC86; }
span { border-color: rgb(220,172,134); }
td.TdClassName
{
border-color: #DCAC86;
}
.TagClassName
{
border-color: #DCAC86;
}
</style>