Shades of Bronze #D28034
Tints of Bronze #D28034
RGB
CMYK
RGB Variations
Color information
#D28034 (or 0xD28034) is known color: Bronze. HEX triplet: D2, 80 and 34. RGB value is (210,128,52). Sum of RGB (Red+Green+Blue) = 210+128+52=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D28034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28034 is #2D7FCB. Grayscale: #909090. Windows color (decimal): -2981836 or 3440850. OLE color: 3440850.
HSL color Cylindrical-coordinate representation of color #D28034: hue angle of 28.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28034 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 52 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.18 |
| HSL | 28.86º | 0.64% | 0.51% | - |
| HSV(B) | 28.86º | 0.75% | 0.82% | - |
| XYZ | 34.92 | 29.39 | 7.08 | - |
| YUV | 143.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 52 | 0 | 0.39 | 0.75 | 0.18 | 28.86 | 0.64 | 0.51 |
| Hex | D2 | 80 | 34 | 0 | 27 | 4B | 12 | 1D | 40 | 33 |
| Octal | 322 | 200 | 64 | 0 | 47 | 113 | 22 | 35 | 100 | 63 |
| Binary | 11010010 | 10000000 | 110100 | 0 | 100111 | 1001011 | 10010 | 11101 | 1000000 | 110011 |
Color Harmonies of #D28034
Complementary color
Monochromatic Colors of #D28034
Black with #D28034
Text Example
Text Example
White with #D28034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28034; }
p { color: rgb(210,128,52); }
H1.HeaderClassName
{
color: #D28034;
}
.AnyTagClassName
{
color: #D28034;
}
</style>
background-color css
<style>
a { background-color: #D28034; }
a { background-color: rgb(210,128,52); }
div.DivClassName
{
background-color: #D28034;
}
.BgClassName
{
background-color: #D28034;
}
</style>
border-color css
<style>
span { border-color: #D28034; }
span { border-color: rgb(210,128,52); }
td.TdClassName
{
border-color: #D28034;
}
.TagClassName
{
border-color: #D28034;
}
</style>