Shades of Bronze #DB812A
Tints of Bronze #DB812A
RGB
CMYK
RGB Variations
Color information
#DB812A (or 0xDB812A) is known color: Bronze. HEX triplet: DB, 81 and 2A. RGB value is (219,129,42). Sum of RGB (Red+Green+Blue) = 219+129+42=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB812A is #247ED5. Grayscale: #929292. Windows color (decimal): -2391766 or 2785755. OLE color: 2785755.
HSL color Cylindrical-coordinate representation of color #DB812A: hue angle of 29.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB812A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 42 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.14 |
| HSL | 29.49º | 0.71% | 0.51% | - |
| HSV(B) | 29.49º | 0.81% | 0.86% | - |
| XYZ | 37.48 | 30.93 | 6.18 | - |
| YUV | 145.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 42 | 0 | 0.41 | 0.81 | 0.14 | 29.49 | 0.71 | 0.51 |
| Hex | DB | 81 | 2A | 0 | 29 | 51 | E | 1D | 47 | 33 |
| Octal | 333 | 201 | 52 | 0 | 51 | 121 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 10000001 | 101010 | 0 | 101001 | 1010001 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB812A
Complementary color
Monochromatic Colors of #DB812A
Black with #DB812A
Text Example
Text Example
White with #DB812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB812A; }
p { color: rgb(219,129,42); }
H1.HeaderClassName
{
color: #DB812A;
}
.AnyTagClassName
{
color: #DB812A;
}
</style>
background-color css
<style>
a { background-color: #DB812A; }
a { background-color: rgb(219,129,42); }
div.DivClassName
{
background-color: #DB812A;
}
.BgClassName
{
background-color: #DB812A;
}
</style>
border-color css
<style>
span { border-color: #DB812A; }
span { border-color: rgb(219,129,42); }
td.TdClassName
{
border-color: #DB812A;
}
.TagClassName
{
border-color: #DB812A;
}
</style>