Shades of Tumbleweed #DCA377
Tints of Tumbleweed #DCA377
RGB
CMYK
RGB Variations
Color information
#DCA377 (or 0xDCA377) is known color: Tumbleweed. HEX triplet: DC, A3 and 77. RGB value is (220,163,119). Sum of RGB (Red+Green+Blue) = 220+163+119=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA377 is #235C88. Grayscale: #AFAFAF. Windows color (decimal): -2317449 or 7840732. OLE color: 7840732.
HSL color Cylindrical-coordinate representation of color #DCA377: hue angle of 26.14º 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 #DCA377 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 119 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.14 |
| HSL | 26.14º | 0.59% | 0.66% | - |
| HSV(B) | 26.14º | 0.46% | 0.86% | - |
| XYZ | 45.94 | 42.74 | 23.28 | - |
| YUV | 175.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 119 | 0 | 0.26 | 0.46 | 0.14 | 26.14 | 0.59 | 0.66 |
| Hex | DC | A3 | 77 | 0 | 1A | 2E | E | 1A | 3B | 42 |
| Octal | 334 | 243 | 167 | 0 | 32 | 56 | 16 | 32 | 73 | 102 |
| Binary | 11011100 | 10100011 | 1110111 | 0 | 11010 | 101110 | 1110 | 11010 | 111011 | 1000010 |
Color Harmonies of #DCA377
Complementary color
Monochromatic Colors of #DCA377
Black with #DCA377
Text Example
Text Example
White with #DCA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA377; }
p { color: rgb(220,163,119); }
H1.HeaderClassName
{
color: #DCA377;
}
.AnyTagClassName
{
color: #DCA377;
}
</style>
background-color css
<style>
a { background-color: #DCA377; }
a { background-color: rgb(220,163,119); }
div.DivClassName
{
background-color: #DCA377;
}
.BgClassName
{
background-color: #DCA377;
}
</style>
border-color css
<style>
span { border-color: #DCA377; }
span { border-color: rgb(220,163,119); }
td.TdClassName
{
border-color: #DCA377;
}
.TagClassName
{
border-color: #DCA377;
}
</style>