Shades of Bronze #D28031
Tints of Bronze #D28031
RGB
CMYK
RGB Variations
Color information
#D28031 (or 0xD28031) is known color: Bronze. HEX triplet: D2, 80 and 31. RGB value is (210,128,49). Sum of RGB (Red+Green+Blue) = 210+128+49=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D28031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28031 is #2D7FCE. Grayscale: #8F8F8F. Windows color (decimal): -2981839 or 3244242. OLE color: 3244242.
HSL color Cylindrical-coordinate representation of color #D28031: hue angle of 29.44º 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 #D28031 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 49 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.18 |
| HSL | 29.44º | 0.64% | 0.51% | - |
| HSV(B) | 29.44º | 0.77% | 0.82% | - |
| XYZ | 34.85 | 29.36 | 6.74 | - |
| YUV | 143.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 49 | 0 | 0.39 | 0.77 | 0.18 | 29.44 | 0.64 | 0.51 |
| Hex | D2 | 80 | 31 | 0 | 27 | 4D | 12 | 1D | 40 | 33 |
| Octal | 322 | 200 | 61 | 0 | 47 | 115 | 22 | 35 | 100 | 63 |
| Binary | 11010010 | 10000000 | 110001 | 0 | 100111 | 1001101 | 10010 | 11101 | 1000000 | 110011 |
Color Harmonies of #D28031
Complementary color
Monochromatic Colors of #D28031
Black with #D28031
Text Example
Text Example
White with #D28031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28031; }
p { color: rgb(210,128,49); }
H1.HeaderClassName
{
color: #D28031;
}
.AnyTagClassName
{
color: #D28031;
}
</style>
background-color css
<style>
a { background-color: #D28031; }
a { background-color: rgb(210,128,49); }
div.DivClassName
{
background-color: #D28031;
}
.BgClassName
{
background-color: #D28031;
}
</style>
border-color css
<style>
span { border-color: #D28031; }
span { border-color: rgb(210,128,49); }
td.TdClassName
{
border-color: #D28031;
}
.TagClassName
{
border-color: #D28031;
}
</style>