Shades of Tumbleweed #DCAA84
Tints of Tumbleweed #DCAA84
RGB
CMYK
RGB Variations
Color information
#DCAA84 (or 0xDCAA84) is known color: Tumbleweed. HEX triplet: DC, AA and 84. RGB value is (220,170,132). Sum of RGB (Red+Green+Blue) = 220+170+132=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA84 is #23557B. Grayscale: #B4B4B4. Windows color (decimal): -2315644 or 8694492. OLE color: 8694492.
HSL color Cylindrical-coordinate representation of color #DCAA84: hue angle of 25.91º 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 #DCAA84 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 132 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.14 |
| HSL | 25.91º | 0.56% | 0.69% | - |
| HSV(B) | 25.91º | 0.4% | 0.86% | - |
| XYZ | 48.05 | 45.63 | 28.1 | - |
| YUV | 180.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 132 | 0 | 0.23 | 0.40 | 0.14 | 25.91 | 0.56 | 0.69 |
| Hex | DC | AA | 84 | 0 | 17 | 28 | E | 1A | 38 | 45 |
| Octal | 334 | 252 | 204 | 0 | 27 | 50 | 16 | 32 | 70 | 105 |
| Binary | 11011100 | 10101010 | 10000100 | 0 | 10111 | 101000 | 1110 | 11010 | 111000 | 1000101 |
Color Harmonies of #DCAA84
Complementary color
Monochromatic Colors of #DCAA84
Black with #DCAA84
Text Example
Text Example
White with #DCAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA84; }
p { color: rgb(220,170,132); }
H1.HeaderClassName
{
color: #DCAA84;
}
.AnyTagClassName
{
color: #DCAA84;
}
</style>
background-color css
<style>
a { background-color: #DCAA84; }
a { background-color: rgb(220,170,132); }
div.DivClassName
{
background-color: #DCAA84;
}
.BgClassName
{
background-color: #DCAA84;
}
</style>
border-color css
<style>
span { border-color: #DCAA84; }
span { border-color: rgb(220,170,132); }
td.TdClassName
{
border-color: #DCAA84;
}
.TagClassName
{
border-color: #DCAA84;
}
</style>