Shades of Tumbleweed #DCAC89
Tints of Tumbleweed #DCAC89
RGB
CMYK
RGB Variations
Color information
#DCAC89 (or 0xDCAC89) is known color: Tumbleweed. HEX triplet: DC, AC and 89. RGB value is (220,172,137). Sum of RGB (Red+Green+Blue) = 220+172+137=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC89 is #235376. Grayscale: #B6B6B6. Windows color (decimal): -2315127 or 9022684. OLE color: 9022684.
HSL color Cylindrical-coordinate representation of color #DCAC89: hue angle of 25.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAC89 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 137 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.14 |
| HSL | 25.3º | 0.54% | 0.7% | - |
| HSV(B) | 25.3º | 0.38% | 0.86% | - |
| XYZ | 48.78 | 46.53 | 30.08 | - |
| YUV | 182.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 137 | 0 | 0.22 | 0.38 | 0.14 | 25.3 | 0.54 | 0.7 |
| Hex | DC | AC | 89 | 0 | 16 | 26 | E | 19 | 36 | 46 |
| Octal | 334 | 254 | 211 | 0 | 26 | 46 | 16 | 31 | 66 | 106 |
| Binary | 11011100 | 10101100 | 10001001 | 0 | 10110 | 100110 | 1110 | 11001 | 110110 | 1000110 |
Color Harmonies of #DCAC89
Complementary color
Monochromatic Colors of #DCAC89
Black with #DCAC89
Text Example
Text Example
White with #DCAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC89; }
p { color: rgb(220,172,137); }
H1.HeaderClassName
{
color: #DCAC89;
}
.AnyTagClassName
{
color: #DCAC89;
}
</style>
background-color css
<style>
a { background-color: #DCAC89; }
a { background-color: rgb(220,172,137); }
div.DivClassName
{
background-color: #DCAC89;
}
.BgClassName
{
background-color: #DCAC89;
}
</style>
border-color css
<style>
span { border-color: #DCAC89; }
span { border-color: rgb(220,172,137); }
td.TdClassName
{
border-color: #DCAC89;
}
.TagClassName
{
border-color: #DCAC89;
}
</style>