Shades of Tumbleweed #DCA37E
Tints of Tumbleweed #DCA37E
RGB
CMYK
RGB Variations
Color information
#DCA37E (or 0xDCA37E) is known color: Tumbleweed. HEX triplet: DC, A3 and 7E. RGB value is (220,163,126). Sum of RGB (Red+Green+Blue) = 220+163+126=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA37E is #235C81. Grayscale: #B0B0B0. Windows color (decimal): -2317442 or 8299484. OLE color: 8299484.
HSL color Cylindrical-coordinate representation of color #DCA37E: hue angle of 23.62º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCA37E is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 126 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.14 |
| HSL | 23.62º | 0.57% | 0.68% | - |
| HSV(B) | 23.62º | 0.43% | 0.86% | - |
| XYZ | 46.38 | 42.92 | 25.58 | - |
| YUV | 175.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 126 | 0 | 0.26 | 0.43 | 0.14 | 23.62 | 0.57 | 0.68 |
| Hex | DC | A3 | 7E | 0 | 1A | 2B | E | 18 | 39 | 44 |
| Octal | 334 | 243 | 176 | 0 | 32 | 53 | 16 | 30 | 71 | 104 |
| Binary | 11011100 | 10100011 | 1111110 | 0 | 11010 | 101011 | 1110 | 11000 | 111001 | 1000100 |
Color Harmonies of #DCA37E
Complementary color
Monochromatic Colors of #DCA37E
Black with #DCA37E
Text Example
Text Example
White with #DCA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA37E; }
p { color: rgb(220,163,126); }
H1.HeaderClassName
{
color: #DCA37E;
}
.AnyTagClassName
{
color: #DCA37E;
}
</style>
background-color css
<style>
a { background-color: #DCA37E; }
a { background-color: rgb(220,163,126); }
div.DivClassName
{
background-color: #DCA37E;
}
.BgClassName
{
background-color: #DCA37E;
}
</style>
border-color css
<style>
span { border-color: #DCA37E; }
span { border-color: rgb(220,163,126); }
td.TdClassName
{
border-color: #DCA37E;
}
.TagClassName
{
border-color: #DCA37E;
}
</style>