Shades of Tumbleweed #DBAB8C
Tints of Tumbleweed #DBAB8C
RGB
CMYK
RGB Variations
Color information
#DBAB8C (or 0xDBAB8C) is known color: Tumbleweed. HEX triplet: DB, AB and 8C. RGB value is (219,171,140). Sum of RGB (Red+Green+Blue) = 219+171+140=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB8C is #245473. Grayscale: #B5B5B5. Windows color (decimal): -2380916 or 9219035. OLE color: 9219035.
HSL color Cylindrical-coordinate representation of color #DBAB8C: hue angle of 23.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAB8C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 140 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 23.54º | 0.52% | 0.7% | - |
| HSV(B) | 23.54º | 0.36% | 0.86% | - |
| XYZ | 48.51 | 46.08 | 31.15 | - |
| YUV | 181.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 140 | 0 | 0.22 | 0.36 | 0.14 | 23.54 | 0.52 | 0.7 |
| Hex | DB | AB | 8C | 0 | 16 | 24 | E | 18 | 34 | 46 |
| Octal | 333 | 253 | 214 | 0 | 26 | 44 | 16 | 30 | 64 | 106 |
| Binary | 11011011 | 10101011 | 10001100 | 0 | 10110 | 100100 | 1110 | 11000 | 110100 | 1000110 |
Color Harmonies of #DBAB8C
Complementary color
Monochromatic Colors of #DBAB8C
Black with #DBAB8C
Text Example
Text Example
White with #DBAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB8C; }
p { color: rgb(219,171,140); }
H1.HeaderClassName
{
color: #DBAB8C;
}
.AnyTagClassName
{
color: #DBAB8C;
}
</style>
background-color css
<style>
a { background-color: #DBAB8C; }
a { background-color: rgb(219,171,140); }
div.DivClassName
{
background-color: #DBAB8C;
}
.BgClassName
{
background-color: #DBAB8C;
}
</style>
border-color css
<style>
span { border-color: #DBAB8C; }
span { border-color: rgb(219,171,140); }
td.TdClassName
{
border-color: #DBAB8C;
}
.TagClassName
{
border-color: #DBAB8C;
}
</style>