Shades of Tumbleweed #DCA47C
Tints of Tumbleweed #DCA47C
RGB
CMYK
RGB Variations
Color information
#DCA47C (or 0xDCA47C) is known color: Tumbleweed. HEX triplet: DC, A4 and 7C. RGB value is (220,164,124). Sum of RGB (Red+Green+Blue) = 220+164+124=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA47C is #235B83. Grayscale: #B0B0B0. Windows color (decimal): -2317188 or 8168668. OLE color: 8168668.
HSL color Cylindrical-coordinate representation of color #DCA47C: hue angle of 25º 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 #DCA47C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 124 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.14 |
| HSL | 25º | 0.58% | 0.67% | - |
| HSV(B) | 25º | 0.44% | 0.86% | - |
| XYZ | 46.43 | 43.22 | 24.96 | - |
| YUV | 176.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 124 | 0 | 0.25 | 0.44 | 0.14 | 25 | 0.58 | 0.67 |
| Hex | DC | A4 | 7C | 0 | 19 | 2C | E | 19 | 3A | 43 |
| Octal | 334 | 244 | 174 | 0 | 31 | 54 | 16 | 31 | 72 | 103 |
| Binary | 11011100 | 10100100 | 1111100 | 0 | 11001 | 101100 | 1110 | 11001 | 111010 | 1000011 |
Color Harmonies of #DCA47C
Complementary color
Monochromatic Colors of #DCA47C
Black with #DCA47C
Text Example
Text Example
White with #DCA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA47C; }
p { color: rgb(220,164,124); }
H1.HeaderClassName
{
color: #DCA47C;
}
.AnyTagClassName
{
color: #DCA47C;
}
</style>
background-color css
<style>
a { background-color: #DCA47C; }
a { background-color: rgb(220,164,124); }
div.DivClassName
{
background-color: #DCA47C;
}
.BgClassName
{
background-color: #DCA47C;
}
</style>
border-color css
<style>
span { border-color: #DCA47C; }
span { border-color: rgb(220,164,124); }
td.TdClassName
{
border-color: #DCA47C;
}
.TagClassName
{
border-color: #DCA47C;
}
</style>