Shades of Tumbleweed #DCA87C
Tints of Tumbleweed #DCA87C
RGB
CMYK
RGB Variations
Color information
#DCA87C (or 0xDCA87C) is known color: Tumbleweed. HEX triplet: DC, A8 and 7C. RGB value is (220,168,124). Sum of RGB (Red+Green+Blue) = 220+168+124=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA87C is #235783. Grayscale: #B2B2B2. Windows color (decimal): -2316164 or 8169692. OLE color: 8169692.
HSL color Cylindrical-coordinate representation of color #DCA87C: hue angle of 27.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCA87C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 124 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.14 |
| HSL | 27.5º | 0.58% | 0.67% | - |
| HSV(B) | 27.5º | 0.44% | 0.86% | - |
| XYZ | 47.16 | 44.68 | 25.21 | - |
| YUV | 178.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 124 | 0 | 0.24 | 0.44 | 0.14 | 27.5 | 0.58 | 0.67 |
| Hex | DC | A8 | 7C | 0 | 18 | 2C | E | 1C | 3A | 43 |
| Octal | 334 | 250 | 174 | 0 | 30 | 54 | 16 | 34 | 72 | 103 |
| Binary | 11011100 | 10101000 | 1111100 | 0 | 11000 | 101100 | 1110 | 11100 | 111010 | 1000011 |
Color Harmonies of #DCA87C
Complementary color
Monochromatic Colors of #DCA87C
Black with #DCA87C
Text Example
Text Example
White with #DCA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA87C; }
p { color: rgb(220,168,124); }
H1.HeaderClassName
{
color: #DCA87C;
}
.AnyTagClassName
{
color: #DCA87C;
}
</style>
background-color css
<style>
a { background-color: #DCA87C; }
a { background-color: rgb(220,168,124); }
div.DivClassName
{
background-color: #DCA87C;
}
.BgClassName
{
background-color: #DCA87C;
}
</style>
border-color css
<style>
span { border-color: #DCA87C; }
span { border-color: rgb(220,168,124); }
td.TdClassName
{
border-color: #DCA87C;
}
.TagClassName
{
border-color: #DCA87C;
}
</style>