Shades of Tumbleweed #DCA885
Tints of Tumbleweed #DCA885
RGB
CMYK
RGB Variations
Color information
#DCA885 (or 0xDCA885) is known color: Tumbleweed. HEX triplet: DC, A8 and 85. RGB value is (220,168,133). Sum of RGB (Red+Green+Blue) = 220+168+133=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA885 is #23577A. Grayscale: #B3B3B3. Windows color (decimal): -2316155 or 8759516. OLE color: 8759516.
HSL color Cylindrical-coordinate representation of color #DCA885: hue angle of 24.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA885 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 133 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.14 |
| HSL | 24.14º | 0.55% | 0.69% | - |
| HSV(B) | 24.14º | 0.4% | 0.86% | - |
| XYZ | 47.75 | 44.91 | 28.34 | - |
| YUV | 179.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 133 | 0 | 0.24 | 0.40 | 0.14 | 24.14 | 0.55 | 0.69 |
| Hex | DC | A8 | 85 | 0 | 18 | 28 | E | 18 | 37 | 45 |
| Octal | 334 | 250 | 205 | 0 | 30 | 50 | 16 | 30 | 67 | 105 |
| Binary | 11011100 | 10101000 | 10000101 | 0 | 11000 | 101000 | 1110 | 11000 | 110111 | 1000101 |
Color Harmonies of #DCA885
Complementary color
Monochromatic Colors of #DCA885
Black with #DCA885
Text Example
Text Example
White with #DCA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA885; }
p { color: rgb(220,168,133); }
H1.HeaderClassName
{
color: #DCA885;
}
.AnyTagClassName
{
color: #DCA885;
}
</style>
background-color css
<style>
a { background-color: #DCA885; }
a { background-color: rgb(220,168,133); }
div.DivClassName
{
background-color: #DCA885;
}
.BgClassName
{
background-color: #DCA885;
}
</style>
border-color css
<style>
span { border-color: #DCA885; }
span { border-color: rgb(220,168,133); }
td.TdClassName
{
border-color: #DCA885;
}
.TagClassName
{
border-color: #DCA885;
}
</style>