Shades of Tumbleweed #DCA47F
Tints of Tumbleweed #DCA47F
RGB
CMYK
RGB Variations
Color information
#DCA47F (or 0xDCA47F) is known color: Tumbleweed. HEX triplet: DC, A4 and 7F. RGB value is (220,164,127). Sum of RGB (Red+Green+Blue) = 220+164+127=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA47F is #235B80. Grayscale: #B0B0B0. Windows color (decimal): -2317185 or 8365276. OLE color: 8365276.
HSL color Cylindrical-coordinate representation of color #DCA47F: hue angle of 23.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCA47F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 127 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.14 |
| HSL | 23.87º | 0.57% | 0.68% | - |
| HSV(B) | 23.87º | 0.42% | 0.86% | - |
| XYZ | 46.62 | 43.3 | 25.98 | - |
| YUV | 176.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 127 | 0 | 0.25 | 0.42 | 0.14 | 23.87 | 0.57 | 0.68 |
| Hex | DC | A4 | 7F | 0 | 19 | 2A | E | 18 | 39 | 44 |
| Octal | 334 | 244 | 177 | 0 | 31 | 52 | 16 | 30 | 71 | 104 |
| Binary | 11011100 | 10100100 | 1111111 | 0 | 11001 | 101010 | 1110 | 11000 | 111001 | 1000100 |
Color Harmonies of #DCA47F
Complementary color
Monochromatic Colors of #DCA47F
Black with #DCA47F
Text Example
Text Example
White with #DCA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA47F; }
p { color: rgb(220,164,127); }
H1.HeaderClassName
{
color: #DCA47F;
}
.AnyTagClassName
{
color: #DCA47F;
}
</style>
background-color css
<style>
a { background-color: #DCA47F; }
a { background-color: rgb(220,164,127); }
div.DivClassName
{
background-color: #DCA47F;
}
.BgClassName
{
background-color: #DCA47F;
}
</style>
border-color css
<style>
span { border-color: #DCA47F; }
span { border-color: rgb(220,164,127); }
td.TdClassName
{
border-color: #DCA47F;
}
.TagClassName
{
border-color: #DCA47F;
}
</style>