Shades of Tumbleweed #DBA68D
Tints of Tumbleweed #DBA68D
RGB
CMYK
RGB Variations
Color information
#DBA68D (or 0xDBA68D) is known color: Tumbleweed. HEX triplet: DB, A6 and 8D. RGB value is (219,166,141). Sum of RGB (Red+Green+Blue) = 219+166+141=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA68D is #245972. Grayscale: #B3B3B3. Windows color (decimal): -2382195 or 9283291. OLE color: 9283291.
HSL color Cylindrical-coordinate representation of color #DBA68D: hue angle of 19.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA68D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 141 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.14 |
| HSL | 19.23º | 0.52% | 0.71% | - |
| HSV(B) | 19.23º | 0.36% | 0.86% | - |
| XYZ | 47.66 | 44.26 | 31.23 | - |
| YUV | 179 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 141 | 0 | 0.24 | 0.36 | 0.14 | 19.23 | 0.52 | 0.71 |
| Hex | DB | A6 | 8D | 0 | 18 | 24 | E | 13 | 34 | 47 |
| Octal | 333 | 246 | 215 | 0 | 30 | 44 | 16 | 23 | 64 | 107 |
| Binary | 11011011 | 10100110 | 10001101 | 0 | 11000 | 100100 | 1110 | 10011 | 110100 | 1000111 |
Color Harmonies of #DBA68D
Complementary color
Monochromatic Colors of #DBA68D
Black with #DBA68D
Text Example
Text Example
White with #DBA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA68D; }
p { color: rgb(219,166,141); }
H1.HeaderClassName
{
color: #DBA68D;
}
.AnyTagClassName
{
color: #DBA68D;
}
</style>
background-color css
<style>
a { background-color: #DBA68D; }
a { background-color: rgb(219,166,141); }
div.DivClassName
{
background-color: #DBA68D;
}
.BgClassName
{
background-color: #DBA68D;
}
</style>
border-color css
<style>
span { border-color: #DBA68D; }
span { border-color: rgb(219,166,141); }
td.TdClassName
{
border-color: #DBA68D;
}
.TagClassName
{
border-color: #DBA68D;
}
</style>