Shades of Tumbleweed #DBAC8B
Tints of Tumbleweed #DBAC8B
RGB
CMYK
RGB Variations
Color information
#DBAC8B (or 0xDBAC8B) is known color: Tumbleweed. HEX triplet: DB, AC and 8B. RGB value is (219,172,139). Sum of RGB (Red+Green+Blue) = 219+172+139=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC8B is #245374. Grayscale: #B6B6B6. Windows color (decimal): -2380661 or 9153755. OLE color: 9153755.
HSL color Cylindrical-coordinate representation of color #DBAC8B: hue angle of 24.75º degrees, saturation: 0.53, 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 #DBAC8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 139 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.14 |
| HSL | 24.75º | 0.53% | 0.7% | - |
| HSV(B) | 24.75º | 0.37% | 0.86% | - |
| XYZ | 48.63 | 46.43 | 30.82 | - |
| YUV | 182.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 139 | 0 | 0.21 | 0.37 | 0.14 | 24.75 | 0.53 | 0.7 |
| Hex | DB | AC | 8B | 0 | 15 | 25 | E | 19 | 35 | 46 |
| Octal | 333 | 254 | 213 | 0 | 25 | 45 | 16 | 31 | 65 | 106 |
| Binary | 11011011 | 10101100 | 10001011 | 0 | 10101 | 100101 | 1110 | 11001 | 110101 | 1000110 |
Color Harmonies of #DBAC8B
Complementary color
Monochromatic Colors of #DBAC8B
Black with #DBAC8B
Text Example
Text Example
White with #DBAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC8B; }
p { color: rgb(219,172,139); }
H1.HeaderClassName
{
color: #DBAC8B;
}
.AnyTagClassName
{
color: #DBAC8B;
}
</style>
background-color css
<style>
a { background-color: #DBAC8B; }
a { background-color: rgb(219,172,139); }
div.DivClassName
{
background-color: #DBAC8B;
}
.BgClassName
{
background-color: #DBAC8B;
}
</style>
border-color css
<style>
span { border-color: #DBAC8B; }
span { border-color: rgb(219,172,139); }
td.TdClassName
{
border-color: #DBAC8B;
}
.TagClassName
{
border-color: #DBAC8B;
}
</style>