Shades of Tumbleweed #DCAA86
Tints of Tumbleweed #DCAA86
RGB
CMYK
RGB Variations
Color information
#DCAA86 (or 0xDCAA86) is known color: Tumbleweed. HEX triplet: DC, AA and 86. RGB value is (220,170,134). Sum of RGB (Red+Green+Blue) = 220+170+134=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA86 is #235579. Grayscale: #B5B5B5. Windows color (decimal): -2315642 or 8825564. OLE color: 8825564.
HSL color Cylindrical-coordinate representation of color #DCAA86: hue angle of 25.12º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAA86 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 134 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.14 |
| HSL | 25.12º | 0.55% | 0.69% | - |
| HSV(B) | 25.12º | 0.39% | 0.86% | - |
| XYZ | 48.19 | 45.69 | 28.83 | - |
| YUV | 180.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 134 | 0 | 0.23 | 0.39 | 0.14 | 25.12 | 0.55 | 0.69 |
| Hex | DC | AA | 86 | 0 | 17 | 27 | E | 19 | 37 | 45 |
| Octal | 334 | 252 | 206 | 0 | 27 | 47 | 16 | 31 | 67 | 105 |
| Binary | 11011100 | 10101010 | 10000110 | 0 | 10111 | 100111 | 1110 | 11001 | 110111 | 1000101 |
Color Harmonies of #DCAA86
Complementary color
Monochromatic Colors of #DCAA86
Black with #DCAA86
Text Example
Text Example
White with #DCAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA86; }
p { color: rgb(220,170,134); }
H1.HeaderClassName
{
color: #DCAA86;
}
.AnyTagClassName
{
color: #DCAA86;
}
</style>
background-color css
<style>
a { background-color: #DCAA86; }
a { background-color: rgb(220,170,134); }
div.DivClassName
{
background-color: #DCAA86;
}
.BgClassName
{
background-color: #DCAA86;
}
</style>
border-color css
<style>
span { border-color: #DCAA86; }
span { border-color: rgb(220,170,134); }
td.TdClassName
{
border-color: #DCAA86;
}
.TagClassName
{
border-color: #DCAA86;
}
</style>