Shades of Tumbleweed #DBA66F
Tints of Tumbleweed #DBA66F
RGB
CMYK
RGB Variations
Color information
#DBA66F (or 0xDBA66F) is known color: Tumbleweed. HEX triplet: DB, A6 and 6F. RGB value is (219,166,111). Sum of RGB (Red+Green+Blue) = 219+166+111=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66F is #245990. Grayscale: #AFAFAF. Windows color (decimal): -2382225 or 7317211. OLE color: 7317211.
HSL color Cylindrical-coordinate representation of color #DBA66F: hue angle of 30.56º 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 #DBA66F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 111 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.14 |
| HSL | 30.56º | 0.6% | 0.65% | - |
| HSV(B) | 30.56º | 0.49% | 0.86% | - |
| XYZ | 45.72 | 43.48 | 21.02 | - |
| YUV | 175.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 111 | 0 | 0.24 | 0.49 | 0.14 | 30.56 | 0.6 | 0.65 |
| Hex | DB | A6 | 6F | 0 | 18 | 31 | E | 1F | 3C | 41 |
| Octal | 333 | 246 | 157 | 0 | 30 | 61 | 16 | 37 | 74 | 101 |
| Binary | 11011011 | 10100110 | 1101111 | 0 | 11000 | 110001 | 1110 | 11111 | 111100 | 1000001 |
Color Harmonies of #DBA66F
Complementary color
Monochromatic Colors of #DBA66F
Black with #DBA66F
Text Example
Text Example
White with #DBA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA66F; }
p { color: rgb(219,166,111); }
H1.HeaderClassName
{
color: #DBA66F;
}
.AnyTagClassName
{
color: #DBA66F;
}
</style>
background-color css
<style>
a { background-color: #DBA66F; }
a { background-color: rgb(219,166,111); }
div.DivClassName
{
background-color: #DBA66F;
}
.BgClassName
{
background-color: #DBA66F;
}
</style>
border-color css
<style>
span { border-color: #DBA66F; }
span { border-color: rgb(219,166,111); }
td.TdClassName
{
border-color: #DBA66F;
}
.TagClassName
{
border-color: #DBA66F;
}
</style>