Shades of Bronze #D58030
Tints of Bronze #D58030
RGB
CMYK
RGB Variations
Color information
#D58030 (or 0xD58030) is known color: Bronze. HEX triplet: D5, 80 and 30. RGB value is (213,128,48). Sum of RGB (Red+Green+Blue) = 213+128+48=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D58030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58030 is #2A7FCF. Grayscale: #909090. Windows color (decimal): -2785232 or 3178709. OLE color: 3178709.
HSL color Cylindrical-coordinate representation of color #D58030: hue angle of 29.09º 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 #D58030 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 48 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.16 |
| HSL | 29.09º | 0.66% | 0.51% | - |
| HSV(B) | 29.09º | 0.77% | 0.84% | - |
| XYZ | 35.69 | 29.8 | 6.67 | - |
| YUV | 144.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 48 | 0 | 0.40 | 0.77 | 0.16 | 29.09 | 0.66 | 0.51 |
| Hex | D5 | 80 | 30 | 0 | 28 | 4D | 10 | 1D | 42 | 33 |
| Octal | 325 | 200 | 60 | 0 | 50 | 115 | 20 | 35 | 102 | 63 |
| Binary | 11010101 | 10000000 | 110000 | 0 | 101000 | 1001101 | 10000 | 11101 | 1000010 | 110011 |
Color Harmonies of #D58030
Complementary color
Monochromatic Colors of #D58030
Black with #D58030
Text Example
Text Example
White with #D58030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58030; }
p { color: rgb(213,128,48); }
H1.HeaderClassName
{
color: #D58030;
}
.AnyTagClassName
{
color: #D58030;
}
</style>
background-color css
<style>
a { background-color: #D58030; }
a { background-color: rgb(213,128,48); }
div.DivClassName
{
background-color: #D58030;
}
.BgClassName
{
background-color: #D58030;
}
</style>
border-color css
<style>
span { border-color: #D58030; }
span { border-color: rgb(213,128,48); }
td.TdClassName
{
border-color: #D58030;
}
.TagClassName
{
border-color: #D58030;
}
</style>