Shades of Bronze #DB812B
Tints of Bronze #DB812B
RGB
CMYK
RGB Variations
Color information
#DB812B (or 0xDB812B) is known color: Bronze. HEX triplet: DB, 81 and 2B. RGB value is (219,129,43). Sum of RGB (Red+Green+Blue) = 219+129+43=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB812B is #247ED4. Grayscale: #929292. Windows color (decimal): -2391765 or 2851291. OLE color: 2851291.
HSL color Cylindrical-coordinate representation of color #DB812B: hue angle of 29.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB812B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 43 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.14 |
| HSL | 29.32º | 0.71% | 0.51% | - |
| HSV(B) | 29.32º | 0.8% | 0.86% | - |
| XYZ | 37.5 | 30.94 | 6.28 | - |
| YUV | 146.11 | 69.82 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 43 | 0 | 0.41 | 0.80 | 0.14 | 29.32 | 0.71 | 0.51 |
| Hex | DB | 81 | 2B | 0 | 29 | 50 | E | 1D | 47 | 33 |
| Octal | 333 | 201 | 53 | 0 | 51 | 120 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 10000001 | 101011 | 0 | 101001 | 1010000 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB812B
Complementary color
Monochromatic Colors of #DB812B
Black with #DB812B
Text Example
Text Example
White with #DB812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB812B; }
p { color: rgb(219,129,43); }
H1.HeaderClassName
{
color: #DB812B;
}
.AnyTagClassName
{
color: #DB812B;
}
</style>
background-color css
<style>
a { background-color: #DB812B; }
a { background-color: rgb(219,129,43); }
div.DivClassName
{
background-color: #DB812B;
}
.BgClassName
{
background-color: #DB812B;
}
</style>
border-color css
<style>
span { border-color: #DB812B; }
span { border-color: rgb(219,129,43); }
td.TdClassName
{
border-color: #DB812B;
}
.TagClassName
{
border-color: #DB812B;
}
</style>