Shades of Bronze #D58230
Tints of Bronze #D58230
RGB
CMYK
RGB Variations
Color information
#D58230 (or 0xD58230) is known color: Bronze. HEX triplet: D5, 82 and 30. RGB value is (213,130,48). Sum of RGB (Red+Green+Blue) = 213+130+48=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D58230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58230 is #2A7DCF. Grayscale: #919191. Windows color (decimal): -2784720 or 3179221. OLE color: 3179221.
HSL color Cylindrical-coordinate representation of color #D58230: hue angle of 29.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58230 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.16 |
| HSL | 29.82º | 0.66% | 0.51% | - |
| HSV(B) | 29.82º | 0.77% | 0.84% | - |
| XYZ | 35.96 | 30.32 | 6.75 | - |
| YUV | 145.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 48 | 0 | 0.39 | 0.77 | 0.16 | 29.82 | 0.66 | 0.51 |
| Hex | D5 | 82 | 30 | 0 | 27 | 4D | 10 | 1E | 42 | 33 |
| Octal | 325 | 202 | 60 | 0 | 47 | 115 | 20 | 36 | 102 | 63 |
| Binary | 11010101 | 10000010 | 110000 | 0 | 100111 | 1001101 | 10000 | 11110 | 1000010 | 110011 |
Color Harmonies of #D58230
Complementary color
Monochromatic Colors of #D58230
Black with #D58230
Text Example
Text Example
White with #D58230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58230; }
p { color: rgb(213,130,48); }
H1.HeaderClassName
{
color: #D58230;
}
.AnyTagClassName
{
color: #D58230;
}
</style>
background-color css
<style>
a { background-color: #D58230; }
a { background-color: rgb(213,130,48); }
div.DivClassName
{
background-color: #D58230;
}
.BgClassName
{
background-color: #D58230;
}
</style>
border-color css
<style>
span { border-color: #D58230; }
span { border-color: rgb(213,130,48); }
td.TdClassName
{
border-color: #D58230;
}
.TagClassName
{
border-color: #D58230;
}
</style>