Shades of Bronze #D28030
Tints of Bronze #D28030
RGB
CMYK
RGB Variations
Color information
#D28030 (or 0xD28030) is known color: Bronze. HEX triplet: D2, 80 and 30. RGB value is (210,128,48). Sum of RGB (Red+Green+Blue) = 210+128+48=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D28030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28030 is #2D7FCF. Grayscale: #8F8F8F. Windows color (decimal): -2981840 or 3178706. OLE color: 3178706.
HSL color Cylindrical-coordinate representation of color #D28030: hue angle of 29.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28030 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.18 |
| HSL | 29.63º | 0.64% | 0.51% | - |
| HSV(B) | 29.63º | 0.77% | 0.82% | - |
| XYZ | 34.83 | 29.35 | 6.63 | - |
| YUV | 143.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 48 | 0 | 0.39 | 0.77 | 0.18 | 29.63 | 0.64 | 0.51 |
| Hex | D2 | 80 | 30 | 0 | 27 | 4D | 12 | 1E | 40 | 33 |
| Octal | 322 | 200 | 60 | 0 | 47 | 115 | 22 | 36 | 100 | 63 |
| Binary | 11010010 | 10000000 | 110000 | 0 | 100111 | 1001101 | 10010 | 11110 | 1000000 | 110011 |
Color Harmonies of #D28030
Complementary color
Monochromatic Colors of #D28030
Black with #D28030
Text Example
Text Example
White with #D28030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28030; }
p { color: rgb(210,128,48); }
H1.HeaderClassName
{
color: #D28030;
}
.AnyTagClassName
{
color: #D28030;
}
</style>
background-color css
<style>
a { background-color: #D28030; }
a { background-color: rgb(210,128,48); }
div.DivClassName
{
background-color: #D28030;
}
.BgClassName
{
background-color: #D28030;
}
</style>
border-color css
<style>
span { border-color: #D28030; }
span { border-color: rgb(210,128,48); }
td.TdClassName
{
border-color: #D28030;
}
.TagClassName
{
border-color: #D28030;
}
</style>