Shades of Bronze #D58232
Tints of Bronze #D58232
RGB
CMYK
RGB Variations
Color information
#D58232 (or 0xD58232) is known color: Bronze. HEX triplet: D5, 82 and 32. RGB value is (213,130,50). Sum of RGB (Red+Green+Blue) = 213+130+50=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58232 is #2A7DCD. Grayscale: #929292. Windows color (decimal): -2784718 or 3310293. OLE color: 3310293.
HSL color Cylindrical-coordinate representation of color #D58232: hue angle of 29.45º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58232 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.16 |
| HSL | 29.45º | 0.66% | 0.52% | - |
| HSV(B) | 29.45º | 0.77% | 0.84% | - |
| XYZ | 36 | 30.34 | 6.98 | - |
| YUV | 145.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 50 | 0 | 0.39 | 0.77 | 0.16 | 29.45 | 0.66 | 0.52 |
| Hex | D5 | 82 | 32 | 0 | 27 | 4D | 10 | 1D | 42 | 34 |
| Octal | 325 | 202 | 62 | 0 | 47 | 115 | 20 | 35 | 102 | 64 |
| Binary | 11010101 | 10000010 | 110010 | 0 | 100111 | 1001101 | 10000 | 11101 | 1000010 | 110100 |
Color Harmonies of #D58232
Complementary color
Monochromatic Colors of #D58232
Black with #D58232
Text Example
Text Example
White with #D58232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58232; }
p { color: rgb(213,130,50); }
H1.HeaderClassName
{
color: #D58232;
}
.AnyTagClassName
{
color: #D58232;
}
</style>
background-color css
<style>
a { background-color: #D58232; }
a { background-color: rgb(213,130,50); }
div.DivClassName
{
background-color: #D58232;
}
.BgClassName
{
background-color: #D58232;
}
</style>
border-color css
<style>
span { border-color: #D58232; }
span { border-color: rgb(213,130,50); }
td.TdClassName
{
border-color: #D58232;
}
.TagClassName
{
border-color: #D58232;
}
</style>