Shades of Bronze #D28036
Tints of Bronze #D28036
RGB
CMYK
RGB Variations
Color information
#D28036 (or 0xD28036) is known color: Bronze. HEX triplet: D2, 80 and 36. RGB value is (210,128,54). Sum of RGB (Red+Green+Blue) = 210+128+54=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D28036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28036 is #2D7FC9. Grayscale: #909090. Windows color (decimal): -2981834 or 3571922. OLE color: 3571922.
HSL color Cylindrical-coordinate representation of color #D28036: hue angle of 28.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D28036 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 54 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.18 |
| HSL | 28.46º | 0.63% | 0.52% | - |
| HSV(B) | 28.46º | 0.74% | 0.82% | - |
| XYZ | 34.96 | 29.41 | 7.32 | - |
| YUV | 144.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 54 | 0 | 0.39 | 0.74 | 0.18 | 28.46 | 0.63 | 0.52 |
| Hex | D2 | 80 | 36 | 0 | 27 | 4A | 12 | 1C | 3F | 34 |
| Octal | 322 | 200 | 66 | 0 | 47 | 112 | 22 | 34 | 77 | 64 |
| Binary | 11010010 | 10000000 | 110110 | 0 | 100111 | 1001010 | 10010 | 11100 | 111111 | 110100 |
Color Harmonies of #D28036
Complementary color
Monochromatic Colors of #D28036
Black with #D28036
Text Example
Text Example
White with #D28036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28036; }
p { color: rgb(210,128,54); }
H1.HeaderClassName
{
color: #D28036;
}
.AnyTagClassName
{
color: #D28036;
}
</style>
background-color css
<style>
a { background-color: #D28036; }
a { background-color: rgb(210,128,54); }
div.DivClassName
{
background-color: #D28036;
}
.BgClassName
{
background-color: #D28036;
}
</style>
border-color css
<style>
span { border-color: #D28036; }
span { border-color: rgb(210,128,54); }
td.TdClassName
{
border-color: #D28036;
}
.TagClassName
{
border-color: #D28036;
}
</style>