Shades of Bronze #DB822F
Tints of Bronze #DB822F
RGB
CMYK
RGB Variations
Color information
#DB822F (or 0xDB822F) is known color: Bronze. HEX triplet: DB, 82 and 2F. RGB value is (219,130,47). Sum of RGB (Red+Green+Blue) = 219+130+47=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB822F is #247DD0. Grayscale: #939393. Windows color (decimal): -2391505 or 3113691. OLE color: 3113691.
HSL color Cylindrical-coordinate representation of color #DB822F: hue angle of 28.95º 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 #DB822F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 47 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 28.95º | 0.7% | 0.52% | - |
| HSV(B) | 28.95º | 0.79% | 0.86% | - |
| XYZ | 37.71 | 31.23 | 6.73 | - |
| YUV | 147.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 47 | 0 | 0.41 | 0.79 | 0.14 | 28.95 | 0.7 | 0.52 |
| Hex | DB | 82 | 2F | 0 | 29 | 4F | E | 1D | 46 | 34 |
| Octal | 333 | 202 | 57 | 0 | 51 | 117 | 16 | 35 | 106 | 64 |
| Binary | 11011011 | 10000010 | 101111 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000110 | 110100 |
Color Harmonies of #DB822F
Complementary color
Monochromatic Colors of #DB822F
Black with #DB822F
Text Example
Text Example
White with #DB822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB822F; }
p { color: rgb(219,130,47); }
H1.HeaderClassName
{
color: #DB822F;
}
.AnyTagClassName
{
color: #DB822F;
}
</style>
background-color css
<style>
a { background-color: #DB822F; }
a { background-color: rgb(219,130,47); }
div.DivClassName
{
background-color: #DB822F;
}
.BgClassName
{
background-color: #DB822F;
}
</style>
border-color css
<style>
span { border-color: #DB822F; }
span { border-color: rgb(219,130,47); }
td.TdClassName
{
border-color: #DB822F;
}
.TagClassName
{
border-color: #DB822F;
}
</style>