Shades of Tumbleweed #DCA488
Tints of Tumbleweed #DCA488
RGB
CMYK
RGB Variations
Color information
#DCA488 (or 0xDCA488) is known color: Tumbleweed. HEX triplet: DC, A4 and 88. RGB value is (220,164,136). Sum of RGB (Red+Green+Blue) = 220+164+136=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA488 is #235B77. Grayscale: #B1B1B1. Windows color (decimal): -2317176 or 8955100. OLE color: 8955100.
HSL color Cylindrical-coordinate representation of color #DCA488: hue angle of 20º degrees, saturation: 0.55, 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 #DCA488 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 136 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.14 |
| HSL | 20º | 0.55% | 0.7% | - |
| HSV(B) | 20º | 0.38% | 0.86% | - |
| XYZ | 47.23 | 43.54 | 29.21 | - |
| YUV | 177.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 136 | 0 | 0.25 | 0.38 | 0.14 | 20 | 0.55 | 0.7 |
| Hex | DC | A4 | 88 | 0 | 19 | 26 | E | 14 | 37 | 46 |
| Octal | 334 | 244 | 210 | 0 | 31 | 46 | 16 | 24 | 67 | 106 |
| Binary | 11011100 | 10100100 | 10001000 | 0 | 11001 | 100110 | 1110 | 10100 | 110111 | 1000110 |
Color Harmonies of #DCA488
Complementary color
Monochromatic Colors of #DCA488
Black with #DCA488
Text Example
Text Example
White with #DCA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA488; }
p { color: rgb(220,164,136); }
H1.HeaderClassName
{
color: #DCA488;
}
.AnyTagClassName
{
color: #DCA488;
}
</style>
background-color css
<style>
a { background-color: #DCA488; }
a { background-color: rgb(220,164,136); }
div.DivClassName
{
background-color: #DCA488;
}
.BgClassName
{
background-color: #DCA488;
}
</style>
border-color css
<style>
span { border-color: #DCA488; }
span { border-color: rgb(220,164,136); }
td.TdClassName
{
border-color: #DCA488;
}
.TagClassName
{
border-color: #DCA488;
}
</style>