Shades of Tumbleweed #DCA87A
Tints of Tumbleweed #DCA87A
RGB
CMYK
RGB Variations
Color information
#DCA87A (or 0xDCA87A) is known color: Tumbleweed. HEX triplet: DC, A8 and 7A. RGB value is (220,168,122). Sum of RGB (Red+Green+Blue) = 220+168+122=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA87A is #235785. Grayscale: #B2B2B2. Windows color (decimal): -2316166 or 8038620. OLE color: 8038620.
HSL color Cylindrical-coordinate representation of color #DCA87A: hue angle of 28.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCA87A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 122 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.14 |
| HSL | 28.16º | 0.58% | 0.67% | - |
| HSV(B) | 28.16º | 0.45% | 0.86% | - |
| XYZ | 47.03 | 44.63 | 24.55 | - |
| YUV | 178.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 122 | 0 | 0.24 | 0.45 | 0.14 | 28.16 | 0.58 | 0.67 |
| Hex | DC | A8 | 7A | 0 | 18 | 2D | E | 1C | 3A | 43 |
| Octal | 334 | 250 | 172 | 0 | 30 | 55 | 16 | 34 | 72 | 103 |
| Binary | 11011100 | 10101000 | 1111010 | 0 | 11000 | 101101 | 1110 | 11100 | 111010 | 1000011 |
Color Harmonies of #DCA87A
Complementary color
Monochromatic Colors of #DCA87A
Black with #DCA87A
Text Example
Text Example
White with #DCA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA87A; }
p { color: rgb(220,168,122); }
H1.HeaderClassName
{
color: #DCA87A;
}
.AnyTagClassName
{
color: #DCA87A;
}
</style>
background-color css
<style>
a { background-color: #DCA87A; }
a { background-color: rgb(220,168,122); }
div.DivClassName
{
background-color: #DCA87A;
}
.BgClassName
{
background-color: #DCA87A;
}
</style>
border-color css
<style>
span { border-color: #DCA87A; }
span { border-color: rgb(220,168,122); }
td.TdClassName
{
border-color: #DCA87A;
}
.TagClassName
{
border-color: #DCA87A;
}
</style>