Shades of Tumbleweed #DCA27C
Tints of Tumbleweed #DCA27C
RGB
CMYK
RGB Variations
Color information
#DCA27C (or 0xDCA27C) is known color: Tumbleweed. HEX triplet: DC, A2 and 7C. RGB value is (220,162,124). Sum of RGB (Red+Green+Blue) = 220+162+124=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA27C is #235D83. Grayscale: #AFAFAF. Windows color (decimal): -2317700 or 8168156. OLE color: 8168156.
HSL color Cylindrical-coordinate representation of color #DCA27C: hue angle of 23.75º 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 #DCA27C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 124 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.14 |
| HSL | 23.75º | 0.58% | 0.67% | - |
| HSV(B) | 23.75º | 0.44% | 0.86% | - |
| XYZ | 46.07 | 42.51 | 24.85 | - |
| YUV | 175.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 124 | 0 | 0.26 | 0.44 | 0.14 | 23.75 | 0.58 | 0.67 |
| Hex | DC | A2 | 7C | 0 | 1A | 2C | E | 18 | 3A | 43 |
| Octal | 334 | 242 | 174 | 0 | 32 | 54 | 16 | 30 | 72 | 103 |
| Binary | 11011100 | 10100010 | 1111100 | 0 | 11010 | 101100 | 1110 | 11000 | 111010 | 1000011 |
Color Harmonies of #DCA27C
Complementary color
Monochromatic Colors of #DCA27C
Black with #DCA27C
Text Example
Text Example
White with #DCA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA27C; }
p { color: rgb(220,162,124); }
H1.HeaderClassName
{
color: #DCA27C;
}
.AnyTagClassName
{
color: #DCA27C;
}
</style>
background-color css
<style>
a { background-color: #DCA27C; }
a { background-color: rgb(220,162,124); }
div.DivClassName
{
background-color: #DCA27C;
}
.BgClassName
{
background-color: #DCA27C;
}
</style>
border-color css
<style>
span { border-color: #DCA27C; }
span { border-color: rgb(220,162,124); }
td.TdClassName
{
border-color: #DCA27C;
}
.TagClassName
{
border-color: #DCA27C;
}
</style>