Shades of Tumbleweed #DCAB8D
Tints of Tumbleweed #DCAB8D
RGB
CMYK
RGB Variations
Color information
#DCAB8D (or 0xDCAB8D) is known color: Tumbleweed. HEX triplet: DC, AB and 8D. RGB value is (220,171,141). Sum of RGB (Red+Green+Blue) = 220+171+141=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8D is #235472. Grayscale: #B6B6B6. Windows color (decimal): -2315379 or 9284572. OLE color: 9284572.
HSL color Cylindrical-coordinate representation of color #DCAB8D: hue angle of 22.78º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAB8D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 141 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 22.78º | 0.53% | 0.71% | - |
| HSV(B) | 22.78º | 0.36% | 0.86% | - |
| XYZ | 48.89 | 46.26 | 31.55 | - |
| YUV | 182.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 141 | 0 | 0.22 | 0.36 | 0.14 | 22.78 | 0.53 | 0.71 |
| Hex | DC | AB | 8D | 0 | 16 | 24 | E | 17 | 35 | 47 |
| Octal | 334 | 253 | 215 | 0 | 26 | 44 | 16 | 27 | 65 | 107 |
| Binary | 11011100 | 10101011 | 10001101 | 0 | 10110 | 100100 | 1110 | 10111 | 110101 | 1000111 |
Color Harmonies of #DCAB8D
Complementary color
Monochromatic Colors of #DCAB8D
Black with #DCAB8D
Text Example
Text Example
White with #DCAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB8D; }
p { color: rgb(220,171,141); }
H1.HeaderClassName
{
color: #DCAB8D;
}
.AnyTagClassName
{
color: #DCAB8D;
}
</style>
background-color css
<style>
a { background-color: #DCAB8D; }
a { background-color: rgb(220,171,141); }
div.DivClassName
{
background-color: #DCAB8D;
}
.BgClassName
{
background-color: #DCAB8D;
}
</style>
border-color css
<style>
span { border-color: #DCAB8D; }
span { border-color: rgb(220,171,141); }
td.TdClassName
{
border-color: #DCAB8D;
}
.TagClassName
{
border-color: #DCAB8D;
}
</style>