Shades of Tumbleweed #DBA676
Tints of Tumbleweed #DBA676
RGB
CMYK
RGB Variations
Color information
#DBA676 (or 0xDBA676) is known color: Tumbleweed. HEX triplet: DB, A6 and 76. RGB value is (219,166,118). Sum of RGB (Red+Green+Blue) = 219+166+118=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA676 is #245989. Grayscale: #B0B0B0. Windows color (decimal): -2382218 or 7775963. OLE color: 7775963.
HSL color Cylindrical-coordinate representation of color #DBA676: hue angle of 28.51º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBA676 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 118 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.14 |
| HSL | 28.51º | 0.58% | 0.66% | - |
| HSV(B) | 28.51º | 0.46% | 0.86% | - |
| XYZ | 46.12 | 43.64 | 23.13 | - |
| YUV | 176.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 118 | 0 | 0.24 | 0.46 | 0.14 | 28.51 | 0.58 | 0.66 |
| Hex | DB | A6 | 76 | 0 | 18 | 2E | E | 1D | 3A | 42 |
| Octal | 333 | 246 | 166 | 0 | 30 | 56 | 16 | 35 | 72 | 102 |
| Binary | 11011011 | 10100110 | 1110110 | 0 | 11000 | 101110 | 1110 | 11101 | 111010 | 1000010 |
Color Harmonies of #DBA676
Complementary color
Monochromatic Colors of #DBA676
Black with #DBA676
Text Example
Text Example
White with #DBA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA676; }
p { color: rgb(219,166,118); }
H1.HeaderClassName
{
color: #DBA676;
}
.AnyTagClassName
{
color: #DBA676;
}
</style>
background-color css
<style>
a { background-color: #DBA676; }
a { background-color: rgb(219,166,118); }
div.DivClassName
{
background-color: #DBA676;
}
.BgClassName
{
background-color: #DBA676;
}
</style>
border-color css
<style>
span { border-color: #DBA676; }
span { border-color: rgb(219,166,118); }
td.TdClassName
{
border-color: #DBA676;
}
.TagClassName
{
border-color: #DBA676;
}
</style>