Shades of Tumbleweed #DCA87D
Tints of Tumbleweed #DCA87D
RGB
CMYK
RGB Variations
Color information
#DCA87D (or 0xDCA87D) is known color: Tumbleweed. HEX triplet: DC, A8 and 7D. RGB value is (220,168,125). Sum of RGB (Red+Green+Blue) = 220+168+125=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA87D is #235782. Grayscale: #B2B2B2. Windows color (decimal): -2316163 or 8235228. OLE color: 8235228.
HSL color Cylindrical-coordinate representation of color #DCA87D: hue angle of 27.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCA87D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 125 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.14 |
| HSL | 27.16º | 0.58% | 0.68% | - |
| HSV(B) | 27.16º | 0.43% | 0.86% | - |
| XYZ | 47.22 | 44.7 | 25.54 | - |
| YUV | 178.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 125 | 0 | 0.24 | 0.43 | 0.14 | 27.16 | 0.58 | 0.68 |
| Hex | DC | A8 | 7D | 0 | 18 | 2B | E | 1B | 3A | 44 |
| Octal | 334 | 250 | 175 | 0 | 30 | 53 | 16 | 33 | 72 | 104 |
| Binary | 11011100 | 10101000 | 1111101 | 0 | 11000 | 101011 | 1110 | 11011 | 111010 | 1000100 |
Color Harmonies of #DCA87D
Complementary color
Monochromatic Colors of #DCA87D
Black with #DCA87D
Text Example
Text Example
White with #DCA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA87D; }
p { color: rgb(220,168,125); }
H1.HeaderClassName
{
color: #DCA87D;
}
.AnyTagClassName
{
color: #DCA87D;
}
</style>
background-color css
<style>
a { background-color: #DCA87D; }
a { background-color: rgb(220,168,125); }
div.DivClassName
{
background-color: #DCA87D;
}
.BgClassName
{
background-color: #DCA87D;
}
</style>
border-color css
<style>
span { border-color: #DCA87D; }
span { border-color: rgb(220,168,125); }
td.TdClassName
{
border-color: #DCA87D;
}
.TagClassName
{
border-color: #DCA87D;
}
</style>