Shades of Tumbleweed #DBA185
Tints of Tumbleweed #DBA185
RGB
CMYK
RGB Variations
Color information
#DBA185 (or 0xDBA185) is known color: Tumbleweed. HEX triplet: DB, A1 and 85. RGB value is (219,161,133). Sum of RGB (Red+Green+Blue) = 219+161+133=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA185 is #245E7A. Grayscale: #AFAFAF. Windows color (decimal): -2383483 or 8757723. OLE color: 8757723.
HSL color Cylindrical-coordinate representation of color #DBA185: hue angle of 19.53º 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 #DBA185 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 133 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.14 |
| HSL | 19.53º | 0.54% | 0.69% | - |
| HSV(B) | 19.53º | 0.39% | 0.86% | - |
| XYZ | 46.19 | 42.24 | 27.91 | - |
| YUV | 175.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 133 | 0 | 0.26 | 0.39 | 0.14 | 19.53 | 0.54 | 0.69 |
| Hex | DB | A1 | 85 | 0 | 1A | 27 | E | 14 | 36 | 45 |
| Octal | 333 | 241 | 205 | 0 | 32 | 47 | 16 | 24 | 66 | 105 |
| Binary | 11011011 | 10100001 | 10000101 | 0 | 11010 | 100111 | 1110 | 10100 | 110110 | 1000101 |
Color Harmonies of #DBA185
Complementary color
Monochromatic Colors of #DBA185
Black with #DBA185
Text Example
Text Example
White with #DBA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA185; }
p { color: rgb(219,161,133); }
H1.HeaderClassName
{
color: #DBA185;
}
.AnyTagClassName
{
color: #DBA185;
}
</style>
background-color css
<style>
a { background-color: #DBA185; }
a { background-color: rgb(219,161,133); }
div.DivClassName
{
background-color: #DBA185;
}
.BgClassName
{
background-color: #DBA185;
}
</style>
border-color css
<style>
span { border-color: #DBA185; }
span { border-color: rgb(219,161,133); }
td.TdClassName
{
border-color: #DBA185;
}
.TagClassName
{
border-color: #DBA185;
}
</style>