Shades of Bronze #D87E2D
Tints of Bronze #D87E2D
RGB
CMYK
RGB Variations
Color information
#D87E2D (or 0xD87E2D) is known color: Bronze. HEX triplet: D8, 7E and 2D. RGB value is (216,126,45). Sum of RGB (Red+Green+Blue) = 216+126+45=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87E2D is #2781D2. Grayscale: #909090. Windows color (decimal): -2589139 or 2981592. OLE color: 2981592.
HSL color Cylindrical-coordinate representation of color #D87E2D: hue angle of 28.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D87E2D is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 45 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.15 |
| HSL | 28.42º | 0.69% | 0.51% | - |
| HSV(B) | 28.42º | 0.79% | 0.85% | - |
| XYZ | 36.25 | 29.71 | 6.31 | - |
| YUV | 143.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 45 | 0 | 0.42 | 0.79 | 0.15 | 28.42 | 0.69 | 0.51 |
| Hex | D8 | 7E | 2D | 0 | 2A | 4F | F | 1C | 45 | 33 |
| Octal | 330 | 176 | 55 | 0 | 52 | 117 | 17 | 34 | 105 | 63 |
| Binary | 11011000 | 1111110 | 101101 | 0 | 101010 | 1001111 | 1111 | 11100 | 1000101 | 110011 |
Color Harmonies of #D87E2D
Complementary color
Monochromatic Colors of #D87E2D
Black with #D87E2D
Text Example
Text Example
White with #D87E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E2D; }
p { color: rgb(216,126,45); }
H1.HeaderClassName
{
color: #D87E2D;
}
.AnyTagClassName
{
color: #D87E2D;
}
</style>
background-color css
<style>
a { background-color: #D87E2D; }
a { background-color: rgb(216,126,45); }
div.DivClassName
{
background-color: #D87E2D;
}
.BgClassName
{
background-color: #D87E2D;
}
</style>
border-color css
<style>
span { border-color: #D87E2D; }
span { border-color: rgb(216,126,45); }
td.TdClassName
{
border-color: #D87E2D;
}
.TagClassName
{
border-color: #D87E2D;
}
</style>