Shades of Tumbleweed #DCAB86
Tints of Tumbleweed #DCAB86
RGB
CMYK
RGB Variations
Color information
#DCAB86 (or 0xDCAB86) is known color: Tumbleweed. HEX triplet: DC, AB and 86. RGB value is (220,171,134). Sum of RGB (Red+Green+Blue) = 220+171+134=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB86 is #235479. Grayscale: #B5B5B5. Windows color (decimal): -2315386 or 8825820. OLE color: 8825820.
HSL color Cylindrical-coordinate representation of color #DCAB86: hue angle of 25.81º 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 #DCAB86 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 134 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.14 |
| HSL | 25.81º | 0.55% | 0.69% | - |
| HSV(B) | 25.81º | 0.39% | 0.86% | - |
| XYZ | 48.38 | 46.06 | 28.9 | - |
| YUV | 181.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 134 | 0 | 0.22 | 0.39 | 0.14 | 25.81 | 0.55 | 0.69 |
| Hex | DC | AB | 86 | 0 | 16 | 27 | E | 1A | 37 | 45 |
| Octal | 334 | 253 | 206 | 0 | 26 | 47 | 16 | 32 | 67 | 105 |
| Binary | 11011100 | 10101011 | 10000110 | 0 | 10110 | 100111 | 1110 | 11010 | 110111 | 1000101 |
Color Harmonies of #DCAB86
Complementary color
Monochromatic Colors of #DCAB86
Black with #DCAB86
Text Example
Text Example
White with #DCAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB86; }
p { color: rgb(220,171,134); }
H1.HeaderClassName
{
color: #DCAB86;
}
.AnyTagClassName
{
color: #DCAB86;
}
</style>
background-color css
<style>
a { background-color: #DCAB86; }
a { background-color: rgb(220,171,134); }
div.DivClassName
{
background-color: #DCAB86;
}
.BgClassName
{
background-color: #DCAB86;
}
</style>
border-color css
<style>
span { border-color: #DCAB86; }
span { border-color: rgb(220,171,134); }
td.TdClassName
{
border-color: #DCAB86;
}
.TagClassName
{
border-color: #DCAB86;
}
</style>