Shades of Tumbleweed #DBA085
Tints of Tumbleweed #DBA085
RGB
CMYK
RGB Variations
Color information
#DBA085 (or 0xDBA085) is known color: Tumbleweed. HEX triplet: DB, A0 and 85. RGB value is (219,160,133). Sum of RGB (Red+Green+Blue) = 219+160+133=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA085 is #245F7A. Grayscale: #AEAEAE. Windows color (decimal): -2383739 or 8757467. OLE color: 8757467.
HSL color Cylindrical-coordinate representation of color #DBA085: hue angle of 18.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBA085 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 133 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.14 |
| HSL | 18.84º | 0.54% | 0.69% | - |
| HSV(B) | 18.84º | 0.39% | 0.86% | - |
| XYZ | 46.02 | 41.9 | 27.85 | - |
| YUV | 174.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 133 | 0 | 0.27 | 0.39 | 0.14 | 18.84 | 0.54 | 0.69 |
| Hex | DB | A0 | 85 | 0 | 1B | 27 | E | 13 | 36 | 45 |
| Octal | 333 | 240 | 205 | 0 | 33 | 47 | 16 | 23 | 66 | 105 |
| Binary | 11011011 | 10100000 | 10000101 | 0 | 11011 | 100111 | 1110 | 10011 | 110110 | 1000101 |
Color Harmonies of #DBA085
Complementary color
Monochromatic Colors of #DBA085
Black with #DBA085
Text Example
Text Example
White with #DBA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA085; }
p { color: rgb(219,160,133); }
H1.HeaderClassName
{
color: #DBA085;
}
.AnyTagClassName
{
color: #DBA085;
}
</style>
background-color css
<style>
a { background-color: #DBA085; }
a { background-color: rgb(219,160,133); }
div.DivClassName
{
background-color: #DBA085;
}
.BgClassName
{
background-color: #DBA085;
}
</style>
border-color css
<style>
span { border-color: #DBA085; }
span { border-color: rgb(219,160,133); }
td.TdClassName
{
border-color: #DBA085;
}
.TagClassName
{
border-color: #DBA085;
}
</style>