Shades of Bronze #D87F2C
Tints of Bronze #D87F2C
RGB
CMYK
RGB Variations
Color information
#D87F2C (or 0xD87F2C) is known color: Bronze. HEX triplet: D8, 7F and 2C. RGB value is (216,127,44). Sum of RGB (Red+Green+Blue) = 216+127+44=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F2C is #2780D3. Grayscale: #909090. Windows color (decimal): -2588884 or 2916312. OLE color: 2916312.
HSL color Cylindrical-coordinate representation of color #D87F2C: hue angle of 28.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D87F2C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 44 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.15 |
| HSL | 28.95º | 0.69% | 0.51% | - |
| HSV(B) | 28.95º | 0.8% | 0.85% | - |
| XYZ | 36.36 | 29.96 | 6.25 | - |
| YUV | 144.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 44 | 0 | 0.41 | 0.80 | 0.15 | 28.95 | 0.69 | 0.51 |
| Hex | D8 | 7F | 2C | 0 | 29 | 50 | F | 1D | 45 | 33 |
| Octal | 330 | 177 | 54 | 0 | 51 | 120 | 17 | 35 | 105 | 63 |
| Binary | 11011000 | 1111111 | 101100 | 0 | 101001 | 1010000 | 1111 | 11101 | 1000101 | 110011 |
Color Harmonies of #D87F2C
Complementary color
Monochromatic Colors of #D87F2C
Black with #D87F2C
Text Example
Text Example
White with #D87F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F2C; }
p { color: rgb(216,127,44); }
H1.HeaderClassName
{
color: #D87F2C;
}
.AnyTagClassName
{
color: #D87F2C;
}
</style>
background-color css
<style>
a { background-color: #D87F2C; }
a { background-color: rgb(216,127,44); }
div.DivClassName
{
background-color: #D87F2C;
}
.BgClassName
{
background-color: #D87F2C;
}
</style>
border-color css
<style>
span { border-color: #D87F2C; }
span { border-color: rgb(216,127,44); }
td.TdClassName
{
border-color: #D87F2C;
}
.TagClassName
{
border-color: #D87F2C;
}
</style>