Shades of Tumbleweed #DCA37F
Tints of Tumbleweed #DCA37F
RGB
CMYK
RGB Variations
Color information
#DCA37F (or 0xDCA37F) is known color: Tumbleweed. HEX triplet: DC, A3 and 7F. RGB value is (220,163,127). Sum of RGB (Red+Green+Blue) = 220+163+127=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA37F is #235C80. Grayscale: #B0B0B0. Windows color (decimal): -2317441 or 8365020. OLE color: 8365020.
HSL color Cylindrical-coordinate representation of color #DCA37F: hue angle of 23.23º 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 #DCA37F is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 127 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.14 |
| HSL | 23.23º | 0.57% | 0.68% | - |
| HSV(B) | 23.23º | 0.42% | 0.86% | - |
| XYZ | 46.44 | 42.94 | 25.92 | - |
| YUV | 175.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 127 | 0 | 0.26 | 0.42 | 0.14 | 23.23 | 0.57 | 0.68 |
| Hex | DC | A3 | 7F | 0 | 1A | 2A | E | 17 | 39 | 44 |
| Octal | 334 | 243 | 177 | 0 | 32 | 52 | 16 | 27 | 71 | 104 |
| Binary | 11011100 | 10100011 | 1111111 | 0 | 11010 | 101010 | 1110 | 10111 | 111001 | 1000100 |
Color Harmonies of #DCA37F
Complementary color
Monochromatic Colors of #DCA37F
Black with #DCA37F
Text Example
Text Example
White with #DCA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA37F; }
p { color: rgb(220,163,127); }
H1.HeaderClassName
{
color: #DCA37F;
}
.AnyTagClassName
{
color: #DCA37F;
}
</style>
background-color css
<style>
a { background-color: #DCA37F; }
a { background-color: rgb(220,163,127); }
div.DivClassName
{
background-color: #DCA37F;
}
.BgClassName
{
background-color: #DCA37F;
}
</style>
border-color css
<style>
span { border-color: #DCA37F; }
span { border-color: rgb(220,163,127); }
td.TdClassName
{
border-color: #DCA37F;
}
.TagClassName
{
border-color: #DCA37F;
}
</style>