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