Shades of Tumbleweed #DCA17C
Tints of Tumbleweed #DCA17C
RGB
CMYK
RGB Variations
Color information
#DCA17C (or 0xDCA17C) is known color: Tumbleweed. HEX triplet: DC, A1 and 7C. RGB value is (220,161,124). Sum of RGB (Red+Green+Blue) = 220+161+124=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA17C is #235E83. Grayscale: #AEAEAE. Windows color (decimal): -2317956 or 8167900. OLE color: 8167900.
HSL color Cylindrical-coordinate representation of color #DCA17C: hue angle of 23.12º 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 #DCA17C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 124 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.14 |
| HSL | 23.13º | 0.58% | 0.67% | - |
| HSV(B) | 23.13º | 0.44% | 0.86% | - |
| XYZ | 45.9 | 42.16 | 24.79 | - |
| YUV | 174.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 124 | 0 | 0.27 | 0.44 | 0.14 | 23.13 | 0.58 | 0.67 |
| Hex | DC | A1 | 7C | 0 | 1B | 2C | E | 17 | 3A | 43 |
| Octal | 334 | 241 | 174 | 0 | 33 | 54 | 16 | 27 | 72 | 103 |
| Binary | 11011100 | 10100001 | 1111100 | 0 | 11011 | 101100 | 1110 | 10111 | 111010 | 1000011 |
Color Harmonies of #DCA17C
Complementary color
Monochromatic Colors of #DCA17C
Black with #DCA17C
Text Example
Text Example
White with #DCA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA17C; }
p { color: rgb(220,161,124); }
H1.HeaderClassName
{
color: #DCA17C;
}
.AnyTagClassName
{
color: #DCA17C;
}
</style>
background-color css
<style>
a { background-color: #DCA17C; }
a { background-color: rgb(220,161,124); }
div.DivClassName
{
background-color: #DCA17C;
}
.BgClassName
{
background-color: #DCA17C;
}
</style>
border-color css
<style>
span { border-color: #DCA17C; }
span { border-color: rgb(220,161,124); }
td.TdClassName
{
border-color: #DCA17C;
}
.TagClassName
{
border-color: #DCA17C;
}
</style>