Shades of Tumbleweed #DBA381
Tints of Tumbleweed #DBA381
RGB
CMYK
RGB Variations
Color information
#DBA381 (or 0xDBA381) is known color: Tumbleweed. HEX triplet: DB, A3 and 81. RGB value is (219,163,129). Sum of RGB (Red+Green+Blue) = 219+163+129=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA381 is #245C7E. Grayscale: #B0B0B0. Windows color (decimal): -2382975 or 8496091. OLE color: 8496091.
HSL color Cylindrical-coordinate representation of color #DBA381: hue angle of 22.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA381 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 129 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.14 |
| HSL | 22.67º | 0.56% | 0.68% | - |
| HSV(B) | 22.67º | 0.41% | 0.86% | - |
| XYZ | 46.27 | 42.84 | 26.6 | - |
| YUV | 175.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 129 | 0 | 0.26 | 0.41 | 0.14 | 22.67 | 0.56 | 0.68 |
| Hex | DB | A3 | 81 | 0 | 1A | 29 | E | 17 | 38 | 44 |
| Octal | 333 | 243 | 201 | 0 | 32 | 51 | 16 | 27 | 70 | 104 |
| Binary | 11011011 | 10100011 | 10000001 | 0 | 11010 | 101001 | 1110 | 10111 | 111000 | 1000100 |
Color Harmonies of #DBA381
Complementary color
Monochromatic Colors of #DBA381
Black with #DBA381
Text Example
Text Example
White with #DBA381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA381; }
p { color: rgb(219,163,129); }
H1.HeaderClassName
{
color: #DBA381;
}
.AnyTagClassName
{
color: #DBA381;
}
</style>
background-color css
<style>
a { background-color: #DBA381; }
a { background-color: rgb(219,163,129); }
div.DivClassName
{
background-color: #DBA381;
}
.BgClassName
{
background-color: #DBA381;
}
</style>
border-color css
<style>
span { border-color: #DBA381; }
span { border-color: rgb(219,163,129); }
td.TdClassName
{
border-color: #DBA381;
}
.TagClassName
{
border-color: #DBA381;
}
</style>