Shades of Tumbleweed #DCA172
Tints of Tumbleweed #DCA172
RGB
CMYK
RGB Variations
Color information
#DCA172 (or 0xDCA172) is known color: Tumbleweed. HEX triplet: DC, A1 and 72. RGB value is (220,161,114). Sum of RGB (Red+Green+Blue) = 220+161+114=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA172 is #235E8D. Grayscale: #ADADAD. Windows color (decimal): -2317966 or 7512540. OLE color: 7512540.
HSL color Cylindrical-coordinate representation of color #DCA172: hue angle of 26.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCA172 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 114 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.14 |
| HSL | 26.6º | 0.6% | 0.65% | - |
| HSV(B) | 26.6º | 0.48% | 0.86% | - |
| XYZ | 45.3 | 41.92 | 21.62 | - |
| YUV | 173.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 114 | 0 | 0.27 | 0.48 | 0.14 | 26.6 | 0.6 | 0.65 |
| Hex | DC | A1 | 72 | 0 | 1B | 30 | E | 1B | 3C | 41 |
| Octal | 334 | 241 | 162 | 0 | 33 | 60 | 16 | 33 | 74 | 101 |
| Binary | 11011100 | 10100001 | 1110010 | 0 | 11011 | 110000 | 1110 | 11011 | 111100 | 1000001 |
Color Harmonies of #DCA172
Complementary color
Monochromatic Colors of #DCA172
Black with #DCA172
Text Example
Text Example
White with #DCA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA172; }
p { color: rgb(220,161,114); }
H1.HeaderClassName
{
color: #DCA172;
}
.AnyTagClassName
{
color: #DCA172;
}
</style>
background-color css
<style>
a { background-color: #DCA172; }
a { background-color: rgb(220,161,114); }
div.DivClassName
{
background-color: #DCA172;
}
.BgClassName
{
background-color: #DCA172;
}
</style>
border-color css
<style>
span { border-color: #DCA172; }
span { border-color: rgb(220,161,114); }
td.TdClassName
{
border-color: #DCA172;
}
.TagClassName
{
border-color: #DCA172;
}
</style>