Shades of Bronze #D28039
Tints of Bronze #D28039
RGB
CMYK
RGB Variations
Color information
#D28039 (or 0xD28039) is known color: Bronze. HEX triplet: D2, 80 and 39. RGB value is (210,128,57). Sum of RGB (Red+Green+Blue) = 210+128+57=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28039 is #2D7FC6. Grayscale: #909090. Windows color (decimal): -2981831 or 3768530. OLE color: 3768530.
HSL color Cylindrical-coordinate representation of color #D28039: hue angle of 27.84º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D28039 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 57 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.18 |
| HSL | 27.84º | 0.63% | 0.52% | - |
| HSV(B) | 27.84º | 0.73% | 0.82% | - |
| XYZ | 35.04 | 29.44 | 7.71 | - |
| YUV | 144.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 57 | 0 | 0.39 | 0.73 | 0.18 | 27.84 | 0.63 | 0.52 |
| Hex | D2 | 80 | 39 | 0 | 27 | 49 | 12 | 1C | 3F | 34 |
| Octal | 322 | 200 | 71 | 0 | 47 | 111 | 22 | 34 | 77 | 64 |
| Binary | 11010010 | 10000000 | 111001 | 0 | 100111 | 1001001 | 10010 | 11100 | 111111 | 110100 |
Color Harmonies of #D28039
Complementary color
Monochromatic Colors of #D28039
Black with #D28039
Text Example
Text Example
White with #D28039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28039; }
p { color: rgb(210,128,57); }
H1.HeaderClassName
{
color: #D28039;
}
.AnyTagClassName
{
color: #D28039;
}
</style>
background-color css
<style>
a { background-color: #D28039; }
a { background-color: rgb(210,128,57); }
div.DivClassName
{
background-color: #D28039;
}
.BgClassName
{
background-color: #D28039;
}
</style>
border-color css
<style>
span { border-color: #D28039; }
span { border-color: rgb(210,128,57); }
td.TdClassName
{
border-color: #D28039;
}
.TagClassName
{
border-color: #D28039;
}
</style>