Shades of Tumbleweed #DCA877
Tints of Tumbleweed #DCA877
RGB
CMYK
RGB Variations
Color information
#DCA877 (or 0xDCA877) is known color: Tumbleweed. HEX triplet: DC, A8 and 77. RGB value is (220,168,119). Sum of RGB (Red+Green+Blue) = 220+168+119=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA877 is #235788. Grayscale: #B2B2B2. Windows color (decimal): -2316169 or 7842012. OLE color: 7842012.
HSL color Cylindrical-coordinate representation of color #DCA877: hue angle of 29.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCA877 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 119 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.14 |
| HSL | 29.11º | 0.59% | 0.66% | - |
| HSV(B) | 29.11º | 0.46% | 0.86% | - |
| XYZ | 46.85 | 44.55 | 23.58 | - |
| YUV | 177.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 119 | 0 | 0.24 | 0.46 | 0.14 | 29.11 | 0.59 | 0.66 |
| Hex | DC | A8 | 77 | 0 | 18 | 2E | E | 1D | 3B | 42 |
| Octal | 334 | 250 | 167 | 0 | 30 | 56 | 16 | 35 | 73 | 102 |
| Binary | 11011100 | 10101000 | 1110111 | 0 | 11000 | 101110 | 1110 | 11101 | 111011 | 1000010 |
Color Harmonies of #DCA877
Complementary color
Monochromatic Colors of #DCA877
Black with #DCA877
Text Example
Text Example
White with #DCA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA877; }
p { color: rgb(220,168,119); }
H1.HeaderClassName
{
color: #DCA877;
}
.AnyTagClassName
{
color: #DCA877;
}
</style>
background-color css
<style>
a { background-color: #DCA877; }
a { background-color: rgb(220,168,119); }
div.DivClassName
{
background-color: #DCA877;
}
.BgClassName
{
background-color: #DCA877;
}
</style>
border-color css
<style>
span { border-color: #DCA877; }
span { border-color: rgb(220,168,119); }
td.TdClassName
{
border-color: #DCA877;
}
.TagClassName
{
border-color: #DCA877;
}
</style>