Shades of Bronze #D28035
Tints of Bronze #D28035
RGB
CMYK
RGB Variations
Color information
#D28035 (or 0xD28035) is known color: Bronze. HEX triplet: D2, 80 and 35. RGB value is (210,128,53). Sum of RGB (Red+Green+Blue) = 210+128+53=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28035 is #2D7FCA. Grayscale: #909090. Windows color (decimal): -2981835 or 3506386. OLE color: 3506386.
HSL color Cylindrical-coordinate representation of color #D28035: hue angle of 28.66º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28035 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 53 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.18 |
| HSL | 28.66º | 0.64% | 0.52% | - |
| HSV(B) | 28.66º | 0.75% | 0.82% | - |
| XYZ | 34.94 | 29.4 | 7.2 | - |
| YUV | 143.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 53 | 0 | 0.39 | 0.75 | 0.18 | 28.66 | 0.64 | 0.52 |
| Hex | D2 | 80 | 35 | 0 | 27 | 4B | 12 | 1D | 40 | 34 |
| Octal | 322 | 200 | 65 | 0 | 47 | 113 | 22 | 35 | 100 | 64 |
| Binary | 11010010 | 10000000 | 110101 | 0 | 100111 | 1001011 | 10010 | 11101 | 1000000 | 110100 |
Color Harmonies of #D28035
Complementary color
Monochromatic Colors of #D28035
Black with #D28035
Text Example
Text Example
White with #D28035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28035; }
p { color: rgb(210,128,53); }
H1.HeaderClassName
{
color: #D28035;
}
.AnyTagClassName
{
color: #D28035;
}
</style>
background-color css
<style>
a { background-color: #D28035; }
a { background-color: rgb(210,128,53); }
div.DivClassName
{
background-color: #D28035;
}
.BgClassName
{
background-color: #D28035;
}
</style>
border-color css
<style>
span { border-color: #D28035; }
span { border-color: rgb(210,128,53); }
td.TdClassName
{
border-color: #D28035;
}
.TagClassName
{
border-color: #D28035;
}
</style>