Shades of Tumbleweed #DCAB8E
Tints of Tumbleweed #DCAB8E
RGB
CMYK
RGB Variations
Color information
#DCAB8E (or 0xDCAB8E) is known color: Tumbleweed. HEX triplet: DC, AB and 8E. RGB value is (220,171,142). Sum of RGB (Red+Green+Blue) = 220+171+142=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8E is #235471. Grayscale: #B6B6B6. Windows color (decimal): -2315378 or 9350108. OLE color: 9350108.
HSL color Cylindrical-coordinate representation of color #DCAB8E: hue angle of 22.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAB8E is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 142 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.14 |
| HSL | 22.31º | 0.53% | 0.71% | - |
| HSV(B) | 22.31º | 0.35% | 0.86% | - |
| XYZ | 48.96 | 46.29 | 31.95 | - |
| YUV | 182.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 142 | 0 | 0.22 | 0.35 | 0.14 | 22.31 | 0.53 | 0.71 |
| Hex | DC | AB | 8E | 0 | 16 | 23 | E | 16 | 35 | 47 |
| Octal | 334 | 253 | 216 | 0 | 26 | 43 | 16 | 26 | 65 | 107 |
| Binary | 11011100 | 10101011 | 10001110 | 0 | 10110 | 100011 | 1110 | 10110 | 110101 | 1000111 |
Color Harmonies of #DCAB8E
Complementary color
Monochromatic Colors of #DCAB8E
Black with #DCAB8E
Text Example
Text Example
White with #DCAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB8E; }
p { color: rgb(220,171,142); }
H1.HeaderClassName
{
color: #DCAB8E;
}
.AnyTagClassName
{
color: #DCAB8E;
}
</style>
background-color css
<style>
a { background-color: #DCAB8E; }
a { background-color: rgb(220,171,142); }
div.DivClassName
{
background-color: #DCAB8E;
}
.BgClassName
{
background-color: #DCAB8E;
}
</style>
border-color css
<style>
span { border-color: #DCAB8E; }
span { border-color: rgb(220,171,142); }
td.TdClassName
{
border-color: #DCAB8E;
}
.TagClassName
{
border-color: #DCAB8E;
}
</style>