Shades of Tumbleweed #DCAB88
Tints of Tumbleweed #DCAB88
RGB
CMYK
RGB Variations
Color information
#DCAB88 (or 0xDCAB88) is known color: Tumbleweed. HEX triplet: DC, AB and 88. RGB value is (220,171,136). Sum of RGB (Red+Green+Blue) = 220+171+136=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB88 is #235477. Grayscale: #B5B5B5. Windows color (decimal): -2315384 or 8956892. OLE color: 8956892.
HSL color Cylindrical-coordinate representation of color #DCAB88: hue angle of 25º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAB88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 136 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.14 |
| HSL | 25º | 0.55% | 0.7% | - |
| HSV(B) | 25º | 0.38% | 0.86% | - |
| XYZ | 48.52 | 46.12 | 29.64 | - |
| YUV | 181.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 136 | 0 | 0.22 | 0.38 | 0.14 | 25 | 0.55 | 0.7 |
| Hex | DC | AB | 88 | 0 | 16 | 26 | E | 19 | 37 | 46 |
| Octal | 334 | 253 | 210 | 0 | 26 | 46 | 16 | 31 | 67 | 106 |
| Binary | 11011100 | 10101011 | 10001000 | 0 | 10110 | 100110 | 1110 | 11001 | 110111 | 1000110 |
Color Harmonies of #DCAB88
Complementary color
Monochromatic Colors of #DCAB88
Black with #DCAB88
Text Example
Text Example
White with #DCAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB88; }
p { color: rgb(220,171,136); }
H1.HeaderClassName
{
color: #DCAB88;
}
.AnyTagClassName
{
color: #DCAB88;
}
</style>
background-color css
<style>
a { background-color: #DCAB88; }
a { background-color: rgb(220,171,136); }
div.DivClassName
{
background-color: #DCAB88;
}
.BgClassName
{
background-color: #DCAB88;
}
</style>
border-color css
<style>
span { border-color: #DCAB88; }
span { border-color: rgb(220,171,136); }
td.TdClassName
{
border-color: #DCAB88;
}
.TagClassName
{
border-color: #DCAB88;
}
</style>