Shades of Bronze #D28137
Tints of Bronze #D28137
RGB
CMYK
RGB Variations
Color information
#D28137 (or 0xD28137) is known color: Bronze. HEX triplet: D2, 81 and 37. RGB value is (210,129,55). Sum of RGB (Red+Green+Blue) = 210+129+55=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D28137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28137 is #2D7EC8. Grayscale: #919191. Windows color (decimal): -2981577 or 3637714. OLE color: 3637714.
HSL color Cylindrical-coordinate representation of color #D28137: hue angle of 28.65º 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 #D28137 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.18 |
| HSL | 28.65º | 0.63% | 0.52% | - |
| HSV(B) | 28.65º | 0.74% | 0.82% | - |
| XYZ | 35.12 | 29.68 | 7.49 | - |
| YUV | 144.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 55 | 0 | 0.39 | 0.74 | 0.18 | 28.65 | 0.63 | 0.52 |
| Hex | D2 | 81 | 37 | 0 | 27 | 4A | 12 | 1D | 3F | 34 |
| Octal | 322 | 201 | 67 | 0 | 47 | 112 | 22 | 35 | 77 | 64 |
| Binary | 11010010 | 10000001 | 110111 | 0 | 100111 | 1001010 | 10010 | 11101 | 111111 | 110100 |
Color Harmonies of #D28137
Complementary color
Monochromatic Colors of #D28137
Black with #D28137
Text Example
Text Example
White with #D28137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28137; }
p { color: rgb(210,129,55); }
H1.HeaderClassName
{
color: #D28137;
}
.AnyTagClassName
{
color: #D28137;
}
</style>
background-color css
<style>
a { background-color: #D28137; }
a { background-color: rgb(210,129,55); }
div.DivClassName
{
background-color: #D28137;
}
.BgClassName
{
background-color: #D28137;
}
</style>
border-color css
<style>
span { border-color: #D28137; }
span { border-color: rgb(210,129,55); }
td.TdClassName
{
border-color: #D28137;
}
.TagClassName
{
border-color: #D28137;
}
</style>