Shades of Bronze #DB802E
Tints of Bronze #DB802E
RGB
CMYK
RGB Variations
Color information
#DB802E (or 0xDB802E) is known color: Bronze. HEX triplet: DB, 80 and 2E. RGB value is (219,128,46). Sum of RGB (Red+Green+Blue) = 219+128+46=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB802E is #247FD1. Grayscale: #929292. Windows color (decimal): -2392018 or 3047643. OLE color: 3047643.
HSL color Cylindrical-coordinate representation of color #DB802E: hue angle of 28.44º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB802E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 46 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.14 |
| HSL | 28.44º | 0.71% | 0.52% | - |
| HSV(B) | 28.44º | 0.79% | 0.86% | - |
| XYZ | 37.43 | 30.7 | 6.54 | - |
| YUV | 145.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 46 | 0 | 0.42 | 0.79 | 0.14 | 28.44 | 0.71 | 0.52 |
| Hex | DB | 80 | 2E | 0 | 2A | 4F | E | 1C | 47 | 34 |
| Octal | 333 | 200 | 56 | 0 | 52 | 117 | 16 | 34 | 107 | 64 |
| Binary | 11011011 | 10000000 | 101110 | 0 | 101010 | 1001111 | 1110 | 11100 | 1000111 | 110100 |
Color Harmonies of #DB802E
Complementary color
Monochromatic Colors of #DB802E
Black with #DB802E
Text Example
Text Example
White with #DB802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB802E; }
p { color: rgb(219,128,46); }
H1.HeaderClassName
{
color: #DB802E;
}
.AnyTagClassName
{
color: #DB802E;
}
</style>
background-color css
<style>
a { background-color: #DB802E; }
a { background-color: rgb(219,128,46); }
div.DivClassName
{
background-color: #DB802E;
}
.BgClassName
{
background-color: #DB802E;
}
</style>
border-color css
<style>
span { border-color: #DB802E; }
span { border-color: rgb(219,128,46); }
td.TdClassName
{
border-color: #DB802E;
}
.TagClassName
{
border-color: #DB802E;
}
</style>