Shades of Tumbleweed #DCA17E
Tints of Tumbleweed #DCA17E
RGB
CMYK
RGB Variations
Color information
#DCA17E (or 0xDCA17E) is known color: Tumbleweed. HEX triplet: DC, A1 and 7E. RGB value is (220,161,126). Sum of RGB (Red+Green+Blue) = 220+161+126=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA17E is #235E81. Grayscale: #AEAEAE. Windows color (decimal): -2317954 or 8298972. OLE color: 8298972.
HSL color Cylindrical-coordinate representation of color #DCA17E: hue angle of 22.34º 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 #DCA17E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 126 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.14 |
| HSL | 22.34º | 0.57% | 0.68% | - |
| HSV(B) | 22.34º | 0.43% | 0.86% | - |
| XYZ | 46.03 | 42.21 | 25.46 | - |
| YUV | 174.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 126 | 0 | 0.27 | 0.43 | 0.14 | 22.34 | 0.57 | 0.68 |
| Hex | DC | A1 | 7E | 0 | 1B | 2B | E | 16 | 39 | 44 |
| Octal | 334 | 241 | 176 | 0 | 33 | 53 | 16 | 26 | 71 | 104 |
| Binary | 11011100 | 10100001 | 1111110 | 0 | 11011 | 101011 | 1110 | 10110 | 111001 | 1000100 |
Color Harmonies of #DCA17E
Complementary color
Monochromatic Colors of #DCA17E
Black with #DCA17E
Text Example
Text Example
White with #DCA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA17E; }
p { color: rgb(220,161,126); }
H1.HeaderClassName
{
color: #DCA17E;
}
.AnyTagClassName
{
color: #DCA17E;
}
</style>
background-color css
<style>
a { background-color: #DCA17E; }
a { background-color: rgb(220,161,126); }
div.DivClassName
{
background-color: #DCA17E;
}
.BgClassName
{
background-color: #DCA17E;
}
</style>
border-color css
<style>
span { border-color: #DCA17E; }
span { border-color: rgb(220,161,126); }
td.TdClassName
{
border-color: #DCA17E;
}
.TagClassName
{
border-color: #DCA17E;
}
</style>