Shades of Tumbleweed #DCAC8A
Tints of Tumbleweed #DCAC8A
RGB
CMYK
RGB Variations
Color information
#DCAC8A (or 0xDCAC8A) is known color: Tumbleweed. HEX triplet: DC, AC and 8A. RGB value is (220,172,138). Sum of RGB (Red+Green+Blue) = 220+172+138=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8A is #235375. Grayscale: #B6B6B6. Windows color (decimal): -2315126 or 9088220. OLE color: 9088220.
HSL color Cylindrical-coordinate representation of color #DCAC8A: hue angle of 24.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCAC8A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 138 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.14 |
| HSL | 24.88º | 0.54% | 0.7% | - |
| HSV(B) | 24.88º | 0.37% | 0.86% | - |
| XYZ | 48.86 | 46.56 | 30.46 | - |
| YUV | 182.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 138 | 0 | 0.22 | 0.37 | 0.14 | 24.88 | 0.54 | 0.7 |
| Hex | DC | AC | 8A | 0 | 16 | 25 | E | 19 | 36 | 46 |
| Octal | 334 | 254 | 212 | 0 | 26 | 45 | 16 | 31 | 66 | 106 |
| Binary | 11011100 | 10101100 | 10001010 | 0 | 10110 | 100101 | 1110 | 11001 | 110110 | 1000110 |
Color Harmonies of #DCAC8A
Complementary color
Monochromatic Colors of #DCAC8A
Black with #DCAC8A
Text Example
Text Example
White with #DCAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC8A; }
p { color: rgb(220,172,138); }
H1.HeaderClassName
{
color: #DCAC8A;
}
.AnyTagClassName
{
color: #DCAC8A;
}
</style>
background-color css
<style>
a { background-color: #DCAC8A; }
a { background-color: rgb(220,172,138); }
div.DivClassName
{
background-color: #DCAC8A;
}
.BgClassName
{
background-color: #DCAC8A;
}
</style>
border-color css
<style>
span { border-color: #DCAC8A; }
span { border-color: rgb(220,172,138); }
td.TdClassName
{
border-color: #DCAC8A;
}
.TagClassName
{
border-color: #DCAC8A;
}
</style>