Shades of Bronze #DB802C
Tints of Bronze #DB802C
RGB
CMYK
RGB Variations
Color information
#DB802C (or 0xDB802C) is known color: Bronze. HEX triplet: DB, 80 and 2C. RGB value is (219,128,44). Sum of RGB (Red+Green+Blue) = 219+128+44=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB802C is #247FD3. Grayscale: #929292. Windows color (decimal): -2392020 or 2916571. OLE color: 2916571.
HSL color Cylindrical-coordinate representation of color #DB802C: hue angle of 28.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB802C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 44 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.14 |
| HSL | 28.8º | 0.71% | 0.52% | - |
| HSV(B) | 28.8º | 0.8% | 0.86% | - |
| XYZ | 37.39 | 30.68 | 6.33 | - |
| YUV | 145.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 44 | 0 | 0.42 | 0.80 | 0.14 | 28.8 | 0.71 | 0.52 |
| Hex | DB | 80 | 2C | 0 | 2A | 50 | E | 1D | 47 | 34 |
| Octal | 333 | 200 | 54 | 0 | 52 | 120 | 16 | 35 | 107 | 64 |
| Binary | 11011011 | 10000000 | 101100 | 0 | 101010 | 1010000 | 1110 | 11101 | 1000111 | 110100 |
Color Harmonies of #DB802C
Complementary color
Monochromatic Colors of #DB802C
Black with #DB802C
Text Example
Text Example
White with #DB802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB802C; }
p { color: rgb(219,128,44); }
H1.HeaderClassName
{
color: #DB802C;
}
.AnyTagClassName
{
color: #DB802C;
}
</style>
background-color css
<style>
a { background-color: #DB802C; }
a { background-color: rgb(219,128,44); }
div.DivClassName
{
background-color: #DB802C;
}
.BgClassName
{
background-color: #DB802C;
}
</style>
border-color css
<style>
span { border-color: #DB802C; }
span { border-color: rgb(219,128,44); }
td.TdClassName
{
border-color: #DB802C;
}
.TagClassName
{
border-color: #DB802C;
}
</style>