Shades of Bronze #D28033
Tints of Bronze #D28033
RGB
CMYK
RGB Variations
Color information
#D28033 (or 0xD28033) is known color: Bronze. HEX triplet: D2, 80 and 33. RGB value is (210,128,51). Sum of RGB (Red+Green+Blue) = 210+128+51=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D28033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28033 is #2D7FCC. Grayscale: #909090. Windows color (decimal): -2981837 or 3375314. OLE color: 3375314.
HSL color Cylindrical-coordinate representation of color #D28033: hue angle of 29.06º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28033 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 51 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.18 |
| HSL | 29.06º | 0.64% | 0.51% | - |
| HSV(B) | 29.06º | 0.76% | 0.82% | - |
| XYZ | 34.9 | 29.38 | 6.96 | - |
| YUV | 143.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 51 | 0 | 0.39 | 0.76 | 0.18 | 29.06 | 0.64 | 0.51 |
| Hex | D2 | 80 | 33 | 0 | 27 | 4C | 12 | 1D | 40 | 33 |
| Octal | 322 | 200 | 63 | 0 | 47 | 114 | 22 | 35 | 100 | 63 |
| Binary | 11010010 | 10000000 | 110011 | 0 | 100111 | 1001100 | 10010 | 11101 | 1000000 | 110011 |
Color Harmonies of #D28033
Complementary color
Monochromatic Colors of #D28033
Black with #D28033
Text Example
Text Example
White with #D28033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28033; }
p { color: rgb(210,128,51); }
H1.HeaderClassName
{
color: #D28033;
}
.AnyTagClassName
{
color: #D28033;
}
</style>
background-color css
<style>
a { background-color: #D28033; }
a { background-color: rgb(210,128,51); }
div.DivClassName
{
background-color: #D28033;
}
.BgClassName
{
background-color: #D28033;
}
</style>
border-color css
<style>
span { border-color: #D28033; }
span { border-color: rgb(210,128,51); }
td.TdClassName
{
border-color: #D28033;
}
.TagClassName
{
border-color: #D28033;
}
</style>