Shades of Bronze #DB812F
Tints of Bronze #DB812F
RGB
CMYK
RGB Variations
Color information
#DB812F (or 0xDB812F) is known color: Bronze. HEX triplet: DB, 81 and 2F. RGB value is (219,129,47). Sum of RGB (Red+Green+Blue) = 219+129+47=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB812F is #247ED0. Grayscale: #929292. Windows color (decimal): -2391761 or 3113435. OLE color: 3113435.
HSL color Cylindrical-coordinate representation of color #DB812F: hue angle of 28.6º 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 #DB812F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 47 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 28.6º | 0.7% | 0.52% | - |
| HSV(B) | 28.6º | 0.79% | 0.86% | - |
| XYZ | 37.58 | 30.97 | 6.69 | - |
| YUV | 146.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 47 | 0 | 0.41 | 0.79 | 0.14 | 28.6 | 0.7 | 0.52 |
| Hex | DB | 81 | 2F | 0 | 29 | 4F | E | 1D | 46 | 34 |
| Octal | 333 | 201 | 57 | 0 | 51 | 117 | 16 | 35 | 106 | 64 |
| Binary | 11011011 | 10000001 | 101111 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000110 | 110100 |
Color Harmonies of #DB812F
Complementary color
Monochromatic Colors of #DB812F
Black with #DB812F
Text Example
Text Example
White with #DB812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB812F; }
p { color: rgb(219,129,47); }
H1.HeaderClassName
{
color: #DB812F;
}
.AnyTagClassName
{
color: #DB812F;
}
</style>
background-color css
<style>
a { background-color: #DB812F; }
a { background-color: rgb(219,129,47); }
div.DivClassName
{
background-color: #DB812F;
}
.BgClassName
{
background-color: #DB812F;
}
</style>
border-color css
<style>
span { border-color: #DB812F; }
span { border-color: rgb(219,129,47); }
td.TdClassName
{
border-color: #DB812F;
}
.TagClassName
{
border-color: #DB812F;
}
</style>