Shades of Tumbleweed #DBA083
Tints of Tumbleweed #DBA083
RGB
CMYK
RGB Variations
Color information
#DBA083 (or 0xDBA083) is known color: Tumbleweed. HEX triplet: DB, A0 and 83. RGB value is (219,160,131). Sum of RGB (Red+Green+Blue) = 219+160+131=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA083 is #245F7C. Grayscale: #AEAEAE. Windows color (decimal): -2383741 or 8626395. OLE color: 8626395.
HSL color Cylindrical-coordinate representation of color #DBA083: hue angle of 19.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBA083 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 131 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.14 |
| HSL | 19.77º | 0.55% | 0.69% | - |
| HSV(B) | 19.77º | 0.4% | 0.86% | - |
| XYZ | 45.88 | 41.84 | 27.13 | - |
| YUV | 174.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 131 | 0 | 0.27 | 0.40 | 0.14 | 19.77 | 0.55 | 0.69 |
| Hex | DB | A0 | 83 | 0 | 1B | 28 | E | 14 | 37 | 45 |
| Octal | 333 | 240 | 203 | 0 | 33 | 50 | 16 | 24 | 67 | 105 |
| Binary | 11011011 | 10100000 | 10000011 | 0 | 11011 | 101000 | 1110 | 10100 | 110111 | 1000101 |
Color Harmonies of #DBA083
Complementary color
Monochromatic Colors of #DBA083
Black with #DBA083
Text Example
Text Example
White with #DBA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA083; }
p { color: rgb(219,160,131); }
H1.HeaderClassName
{
color: #DBA083;
}
.AnyTagClassName
{
color: #DBA083;
}
</style>
background-color css
<style>
a { background-color: #DBA083; }
a { background-color: rgb(219,160,131); }
div.DivClassName
{
background-color: #DBA083;
}
.BgClassName
{
background-color: #DBA083;
}
</style>
border-color css
<style>
span { border-color: #DBA083; }
span { border-color: rgb(219,160,131); }
td.TdClassName
{
border-color: #DBA083;
}
.TagClassName
{
border-color: #DBA083;
}
</style>