Shades of Bronze #DB812E
Tints of Bronze #DB812E
RGB
CMYK
RGB Variations
Color information
#DB812E (or 0xDB812E) is known color: Bronze. HEX triplet: DB, 81 and 2E. RGB value is (219,129,46). Sum of RGB (Red+Green+Blue) = 219+129+46=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB812E is #247ED1. Grayscale: #929292. Windows color (decimal): -2391762 or 3047899. OLE color: 3047899.
HSL color Cylindrical-coordinate representation of color #DB812E: hue angle of 28.79º 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 #DB812E is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 46 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 28.79º | 0.71% | 0.52% | - |
| HSV(B) | 28.79º | 0.79% | 0.86% | - |
| XYZ | 37.56 | 30.96 | 6.58 | - |
| YUV | 146.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 46 | 0 | 0.41 | 0.79 | 0.14 | 28.79 | 0.71 | 0.52 |
| Hex | DB | 81 | 2E | 0 | 29 | 4F | E | 1D | 47 | 34 |
| Octal | 333 | 201 | 56 | 0 | 51 | 117 | 16 | 35 | 107 | 64 |
| Binary | 11011011 | 10000001 | 101110 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000111 | 110100 |
Color Harmonies of #DB812E
Complementary color
Monochromatic Colors of #DB812E
Black with #DB812E
Text Example
Text Example
White with #DB812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB812E; }
p { color: rgb(219,129,46); }
H1.HeaderClassName
{
color: #DB812E;
}
.AnyTagClassName
{
color: #DB812E;
}
</style>
background-color css
<style>
a { background-color: #DB812E; }
a { background-color: rgb(219,129,46); }
div.DivClassName
{
background-color: #DB812E;
}
.BgClassName
{
background-color: #DB812E;
}
</style>
border-color css
<style>
span { border-color: #DB812E; }
span { border-color: rgb(219,129,46); }
td.TdClassName
{
border-color: #DB812E;
}
.TagClassName
{
border-color: #DB812E;
}
</style>