Shades of Tumbleweed #DBAD8B
Tints of Tumbleweed #DBAD8B
RGB
CMYK
RGB Variations
Color information
#DBAD8B (or 0xDBAD8B) is known color: Tumbleweed. HEX triplet: DB, AD and 8B. RGB value is (219,173,139). Sum of RGB (Red+Green+Blue) = 219+173+139=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8B is #245274. Grayscale: #B7B7B7. Windows color (decimal): -2380405 or 9154011. OLE color: 9154011.
HSL color Cylindrical-coordinate representation of color #DBAD8B: hue angle of 25.5º 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 #DBAD8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 139 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.14 |
| HSL | 25.5º | 0.53% | 0.7% | - |
| HSV(B) | 25.5º | 0.37% | 0.86% | - |
| XYZ | 48.82 | 46.81 | 30.89 | - |
| YUV | 182.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 139 | 0 | 0.21 | 0.37 | 0.14 | 25.5 | 0.53 | 0.7 |
| Hex | DB | AD | 8B | 0 | 15 | 25 | E | 1A | 35 | 46 |
| Octal | 333 | 255 | 213 | 0 | 25 | 45 | 16 | 32 | 65 | 106 |
| Binary | 11011011 | 10101101 | 10001011 | 0 | 10101 | 100101 | 1110 | 11010 | 110101 | 1000110 |
Color Harmonies of #DBAD8B
Complementary color
Monochromatic Colors of #DBAD8B
Black with #DBAD8B
Text Example
Text Example
White with #DBAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD8B; }
p { color: rgb(219,173,139); }
H1.HeaderClassName
{
color: #DBAD8B;
}
.AnyTagClassName
{
color: #DBAD8B;
}
</style>
background-color css
<style>
a { background-color: #DBAD8B; }
a { background-color: rgb(219,173,139); }
div.DivClassName
{
background-color: #DBAD8B;
}
.BgClassName
{
background-color: #DBAD8B;
}
</style>
border-color css
<style>
span { border-color: #DBAD8B; }
span { border-color: rgb(219,173,139); }
td.TdClassName
{
border-color: #DBAD8B;
}
.TagClassName
{
border-color: #DBAD8B;
}
</style>