Shades of Bronze #D78230
Tints of Bronze #D78230
RGB
CMYK
RGB Variations
Color information
#D78230 (or 0xD78230) is known color: Bronze. HEX triplet: D7, 82 and 30. RGB value is (215,130,48). Sum of RGB (Red+Green+Blue) = 215+130+48=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D78230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78230 is #287DCF. Grayscale: #929292. Windows color (decimal): -2653648 or 3179223. OLE color: 3179223.
HSL color Cylindrical-coordinate representation of color #D78230: hue angle of 29.46º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D78230 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.16 |
| HSL | 29.46º | 0.68% | 0.52% | - |
| HSV(B) | 29.46º | 0.78% | 0.84% | - |
| XYZ | 36.54 | 30.63 | 6.78 | - |
| YUV | 146.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 48 | 0 | 0.40 | 0.78 | 0.16 | 29.46 | 0.68 | 0.52 |
| Hex | D7 | 82 | 30 | 0 | 28 | 4E | 10 | 1D | 44 | 34 |
| Octal | 327 | 202 | 60 | 0 | 50 | 116 | 20 | 35 | 104 | 64 |
| Binary | 11010111 | 10000010 | 110000 | 0 | 101000 | 1001110 | 10000 | 11101 | 1000100 | 110100 |
Color Harmonies of #D78230
Complementary color
Monochromatic Colors of #D78230
Black with #D78230
Text Example
Text Example
White with #D78230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78230; }
p { color: rgb(215,130,48); }
H1.HeaderClassName
{
color: #D78230;
}
.AnyTagClassName
{
color: #D78230;
}
</style>
background-color css
<style>
a { background-color: #D78230; }
a { background-color: rgb(215,130,48); }
div.DivClassName
{
background-color: #D78230;
}
.BgClassName
{
background-color: #D78230;
}
</style>
border-color css
<style>
span { border-color: #D78230; }
span { border-color: rgb(215,130,48); }
td.TdClassName
{
border-color: #D78230;
}
.TagClassName
{
border-color: #D78230;
}
</style>