Shades of Tumbleweed #DCAB8B
Tints of Tumbleweed #DCAB8B
RGB
CMYK
RGB Variations
Color information
#DCAB8B (or 0xDCAB8B) is known color: Tumbleweed. HEX triplet: DC, AB and 8B. RGB value is (220,171,139). Sum of RGB (Red+Green+Blue) = 220+171+139=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8B is #235474. Grayscale: #B6B6B6. Windows color (decimal): -2315381 or 9153500. OLE color: 9153500.
HSL color Cylindrical-coordinate representation of color #DCAB8B: hue angle of 23.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCAB8B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 139 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.14 |
| HSL | 23.7º | 0.54% | 0.7% | - |
| HSV(B) | 23.7º | 0.37% | 0.86% | - |
| XYZ | 48.74 | 46.21 | 30.78 | - |
| YUV | 182 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 139 | 0 | 0.22 | 0.37 | 0.14 | 23.7 | 0.54 | 0.7 |
| Hex | DC | AB | 8B | 0 | 16 | 25 | E | 18 | 36 | 46 |
| Octal | 334 | 253 | 213 | 0 | 26 | 45 | 16 | 30 | 66 | 106 |
| Binary | 11011100 | 10101011 | 10001011 | 0 | 10110 | 100101 | 1110 | 11000 | 110110 | 1000110 |
Color Harmonies of #DCAB8B
Complementary color
Monochromatic Colors of #DCAB8B
Black with #DCAB8B
Text Example
Text Example
White with #DCAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB8B; }
p { color: rgb(220,171,139); }
H1.HeaderClassName
{
color: #DCAB8B;
}
.AnyTagClassName
{
color: #DCAB8B;
}
</style>
background-color css
<style>
a { background-color: #DCAB8B; }
a { background-color: rgb(220,171,139); }
div.DivClassName
{
background-color: #DCAB8B;
}
.BgClassName
{
background-color: #DCAB8B;
}
</style>
border-color css
<style>
span { border-color: #DCAB8B; }
span { border-color: rgb(220,171,139); }
td.TdClassName
{
border-color: #DCAB8B;
}
.TagClassName
{
border-color: #DCAB8B;
}
</style>