Shades of Bronze #D48032
Tints of Bronze #D48032
RGB
CMYK
RGB Variations
Color information
#D48032 (or 0xD48032) is known color: Bronze. HEX triplet: D4, 80 and 32. RGB value is (212,128,50). Sum of RGB (Red+Green+Blue) = 212+128+50=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D48032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48032 is #2B7FCD. Grayscale: #909090. Windows color (decimal): -2850766 or 3309780. OLE color: 3309780.
HSL color Cylindrical-coordinate representation of color #D48032: hue angle of 28.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D48032 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 50 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.17 |
| HSL | 28.89º | 0.65% | 0.51% | - |
| HSV(B) | 28.89º | 0.76% | 0.83% | - |
| XYZ | 35.45 | 29.67 | 6.88 | - |
| YUV | 144.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 50 | 0 | 0.40 | 0.76 | 0.17 | 28.89 | 0.65 | 0.51 |
| Hex | D4 | 80 | 32 | 0 | 28 | 4C | 11 | 1D | 41 | 33 |
| Octal | 324 | 200 | 62 | 0 | 50 | 114 | 21 | 35 | 101 | 63 |
| Binary | 11010100 | 10000000 | 110010 | 0 | 101000 | 1001100 | 10001 | 11101 | 1000001 | 110011 |
Color Harmonies of #D48032
Complementary color
Monochromatic Colors of #D48032
Black with #D48032
Text Example
Text Example
White with #D48032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48032; }
p { color: rgb(212,128,50); }
H1.HeaderClassName
{
color: #D48032;
}
.AnyTagClassName
{
color: #D48032;
}
</style>
background-color css
<style>
a { background-color: #D48032; }
a { background-color: rgb(212,128,50); }
div.DivClassName
{
background-color: #D48032;
}
.BgClassName
{
background-color: #D48032;
}
</style>
border-color css
<style>
span { border-color: #D48032; }
span { border-color: rgb(212,128,50); }
td.TdClassName
{
border-color: #D48032;
}
.TagClassName
{
border-color: #D48032;
}
</style>