Shades of Bronze #DB802F
Tints of Bronze #DB802F
RGB
CMYK
RGB Variations
Color information
#DB802F (or 0xDB802F) is known color: Bronze. HEX triplet: DB, 80 and 2F. RGB value is (219,128,47). Sum of RGB (Red+Green+Blue) = 219+128+47=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB802F is #247FD0. Grayscale: #929292. Windows color (decimal): -2392017 or 3113179. OLE color: 3113179.
HSL color Cylindrical-coordinate representation of color #DB802F: hue angle of 28.26º degrees, saturation: 0.7, 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 #DB802F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 47 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.14 |
| HSL | 28.26º | 0.7% | 0.52% | - |
| HSV(B) | 28.26º | 0.79% | 0.86% | - |
| XYZ | 37.45 | 30.7 | 6.64 | - |
| YUV | 145.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 47 | 0 | 0.42 | 0.79 | 0.14 | 28.26 | 0.7 | 0.52 |
| Hex | DB | 80 | 2F | 0 | 2A | 4F | E | 1C | 46 | 34 |
| Octal | 333 | 200 | 57 | 0 | 52 | 117 | 16 | 34 | 106 | 64 |
| Binary | 11011011 | 10000000 | 101111 | 0 | 101010 | 1001111 | 1110 | 11100 | 1000110 | 110100 |
Color Harmonies of #DB802F
Complementary color
Monochromatic Colors of #DB802F
Black with #DB802F
Text Example
Text Example
White with #DB802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB802F; }
p { color: rgb(219,128,47); }
H1.HeaderClassName
{
color: #DB802F;
}
.AnyTagClassName
{
color: #DB802F;
}
</style>
background-color css
<style>
a { background-color: #DB802F; }
a { background-color: rgb(219,128,47); }
div.DivClassName
{
background-color: #DB802F;
}
.BgClassName
{
background-color: #DB802F;
}
</style>
border-color css
<style>
span { border-color: #DB802F; }
span { border-color: rgb(219,128,47); }
td.TdClassName
{
border-color: #DB802F;
}
.TagClassName
{
border-color: #DB802F;
}
</style>