Shades of Tumbleweed #DCA384
Tints of Tumbleweed #DCA384
RGB
CMYK
RGB Variations
Color information
#DCA384 (or 0xDCA384) is known color: Tumbleweed. HEX triplet: DC, A3 and 84. RGB value is (220,163,132). Sum of RGB (Red+Green+Blue) = 220+163+132=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA384 is #235C7B. Grayscale: #B0B0B0. Windows color (decimal): -2317436 or 8692700. OLE color: 8692700.
HSL color Cylindrical-coordinate representation of color #DCA384: hue angle of 21.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA384 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 132 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.14 |
| HSL | 21.14º | 0.56% | 0.69% | - |
| HSV(B) | 21.14º | 0.4% | 0.86% | - |
| XYZ | 46.78 | 43.08 | 27.68 | - |
| YUV | 176.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 132 | 0 | 0.26 | 0.40 | 0.14 | 21.14 | 0.56 | 0.69 |
| Hex | DC | A3 | 84 | 0 | 1A | 28 | E | 15 | 38 | 45 |
| Octal | 334 | 243 | 204 | 0 | 32 | 50 | 16 | 25 | 70 | 105 |
| Binary | 11011100 | 10100011 | 10000100 | 0 | 11010 | 101000 | 1110 | 10101 | 111000 | 1000101 |
Color Harmonies of #DCA384
Complementary color
Monochromatic Colors of #DCA384
Black with #DCA384
Text Example
Text Example
White with #DCA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA384; }
p { color: rgb(220,163,132); }
H1.HeaderClassName
{
color: #DCA384;
}
.AnyTagClassName
{
color: #DCA384;
}
</style>
background-color css
<style>
a { background-color: #DCA384; }
a { background-color: rgb(220,163,132); }
div.DivClassName
{
background-color: #DCA384;
}
.BgClassName
{
background-color: #DCA384;
}
</style>
border-color css
<style>
span { border-color: #DCA384; }
span { border-color: rgb(220,163,132); }
td.TdClassName
{
border-color: #DCA384;
}
.TagClassName
{
border-color: #DCA384;
}
</style>