Shades of Tumbleweed #DCA77C
Tints of Tumbleweed #DCA77C
RGB
CMYK
RGB Variations
Color information
#DCA77C (or 0xDCA77C) is known color: Tumbleweed. HEX triplet: DC, A7 and 7C. RGB value is (220,167,124). Sum of RGB (Red+Green+Blue) = 220+167+124=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA77C is #235883. Grayscale: #B2B2B2. Windows color (decimal): -2316420 or 8169436. OLE color: 8169436.
HSL color Cylindrical-coordinate representation of color #DCA77C: hue angle of 26.88º 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 #DCA77C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 124 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.14 |
| HSL | 26.88º | 0.58% | 0.67% | - |
| HSV(B) | 26.88º | 0.44% | 0.86% | - |
| XYZ | 46.97 | 44.31 | 25.15 | - |
| YUV | 177.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 124 | 0 | 0.24 | 0.44 | 0.14 | 26.88 | 0.58 | 0.67 |
| Hex | DC | A7 | 7C | 0 | 18 | 2C | E | 1B | 3A | 43 |
| Octal | 334 | 247 | 174 | 0 | 30 | 54 | 16 | 33 | 72 | 103 |
| Binary | 11011100 | 10100111 | 1111100 | 0 | 11000 | 101100 | 1110 | 11011 | 111010 | 1000011 |
Color Harmonies of #DCA77C
Complementary color
Monochromatic Colors of #DCA77C
Black with #DCA77C
Text Example
Text Example
White with #DCA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA77C; }
p { color: rgb(220,167,124); }
H1.HeaderClassName
{
color: #DCA77C;
}
.AnyTagClassName
{
color: #DCA77C;
}
</style>
background-color css
<style>
a { background-color: #DCA77C; }
a { background-color: rgb(220,167,124); }
div.DivClassName
{
background-color: #DCA77C;
}
.BgClassName
{
background-color: #DCA77C;
}
</style>
border-color css
<style>
span { border-color: #DCA77C; }
span { border-color: rgb(220,167,124); }
td.TdClassName
{
border-color: #DCA77C;
}
.TagClassName
{
border-color: #DCA77C;
}
</style>