Shades of Tumbleweed #DBA06F
Tints of Tumbleweed #DBA06F
RGB
CMYK
RGB Variations
Color information
#DBA06F (or 0xDBA06F) is known color: Tumbleweed. HEX triplet: DB, A0 and 6F. RGB value is (219,160,111). Sum of RGB (Red+Green+Blue) = 219+160+111=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA06F is #245F90. Grayscale: #ACACAC. Windows color (decimal): -2383761 or 7315675. OLE color: 7315675.
HSL color Cylindrical-coordinate representation of color #DBA06F: hue angle of 27.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBA06F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 111 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.14 |
| HSL | 27.22º | 0.6% | 0.65% | - |
| HSV(B) | 27.22º | 0.49% | 0.86% | - |
| XYZ | 44.65 | 41.35 | 20.67 | - |
| YUV | 172.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 111 | 0 | 0.27 | 0.49 | 0.14 | 27.22 | 0.6 | 0.65 |
| Hex | DB | A0 | 6F | 0 | 1B | 31 | E | 1B | 3C | 41 |
| Octal | 333 | 240 | 157 | 0 | 33 | 61 | 16 | 33 | 74 | 101 |
| Binary | 11011011 | 10100000 | 1101111 | 0 | 11011 | 110001 | 1110 | 11011 | 111100 | 1000001 |
Color Harmonies of #DBA06F
Complementary color
Monochromatic Colors of #DBA06F
Black with #DBA06F
Text Example
Text Example
White with #DBA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA06F; }
p { color: rgb(219,160,111); }
H1.HeaderClassName
{
color: #DBA06F;
}
.AnyTagClassName
{
color: #DBA06F;
}
</style>
background-color css
<style>
a { background-color: #DBA06F; }
a { background-color: rgb(219,160,111); }
div.DivClassName
{
background-color: #DBA06F;
}
.BgClassName
{
background-color: #DBA06F;
}
</style>
border-color css
<style>
span { border-color: #DBA06F; }
span { border-color: rgb(219,160,111); }
td.TdClassName
{
border-color: #DBA06F;
}
.TagClassName
{
border-color: #DBA06F;
}
</style>