Shades of Bronze #D28037
Tints of Bronze #D28037
RGB
CMYK
RGB Variations
Color information
#D28037 (or 0xD28037) is known color: Bronze. HEX triplet: D2, 80 and 37. RGB value is (210,128,55). Sum of RGB (Red+Green+Blue) = 210+128+55=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28037 is #2D7FC8. Grayscale: #909090. Windows color (decimal): -2981833 or 3637458. OLE color: 3637458.
HSL color Cylindrical-coordinate representation of color #D28037: hue angle of 28.26º 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 #D28037 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.18 |
| HSL | 28.26º | 0.63% | 0.52% | - |
| HSV(B) | 28.26º | 0.74% | 0.82% | - |
| XYZ | 34.99 | 29.42 | 7.45 | - |
| YUV | 144.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 55 | 0 | 0.39 | 0.74 | 0.18 | 28.26 | 0.63 | 0.52 |
| Hex | D2 | 80 | 37 | 0 | 27 | 4A | 12 | 1C | 3F | 34 |
| Octal | 322 | 200 | 67 | 0 | 47 | 112 | 22 | 34 | 77 | 64 |
| Binary | 11010010 | 10000000 | 110111 | 0 | 100111 | 1001010 | 10010 | 11100 | 111111 | 110100 |
Color Harmonies of #D28037
Complementary color
Monochromatic Colors of #D28037
Black with #D28037
Text Example
Text Example
White with #D28037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28037; }
p { color: rgb(210,128,55); }
H1.HeaderClassName
{
color: #D28037;
}
.AnyTagClassName
{
color: #D28037;
}
</style>
background-color css
<style>
a { background-color: #D28037; }
a { background-color: rgb(210,128,55); }
div.DivClassName
{
background-color: #D28037;
}
.BgClassName
{
background-color: #D28037;
}
</style>
border-color css
<style>
span { border-color: #D28037; }
span { border-color: rgb(210,128,55); }
td.TdClassName
{
border-color: #D28037;
}
.TagClassName
{
border-color: #D28037;
}
</style>