Shades of Bronze #D57C2E
Tints of Bronze #D57C2E
RGB
CMYK
RGB Variations
Color information
#D57C2E (or 0xD57C2E) is known color: Bronze. HEX triplet: D5, 7C and 2E. RGB value is (213,124,46). Sum of RGB (Red+Green+Blue) = 213+124+46=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C2E is #2A83D1. Grayscale: #8E8E8E. Windows color (decimal): -2786258 or 3046613. OLE color: 3046613.
HSL color Cylindrical-coordinate representation of color #D57C2E: hue angle of 28.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D57C2E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 46 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.16 |
| HSL | 28.02º | 0.67% | 0.51% | - |
| HSV(B) | 28.02º | 0.78% | 0.84% | - |
| XYZ | 35.14 | 28.76 | 6.28 | - |
| YUV | 141.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 46 | 0 | 0.42 | 0.78 | 0.16 | 28.02 | 0.67 | 0.51 |
| Hex | D5 | 7C | 2E | 0 | 2A | 4E | 10 | 1C | 43 | 33 |
| Octal | 325 | 174 | 56 | 0 | 52 | 116 | 20 | 34 | 103 | 63 |
| Binary | 11010101 | 1111100 | 101110 | 0 | 101010 | 1001110 | 10000 | 11100 | 1000011 | 110011 |
Color Harmonies of #D57C2E
Complementary color
Monochromatic Colors of #D57C2E
Black with #D57C2E
Text Example
Text Example
White with #D57C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C2E; }
p { color: rgb(213,124,46); }
H1.HeaderClassName
{
color: #D57C2E;
}
.AnyTagClassName
{
color: #D57C2E;
}
</style>
background-color css
<style>
a { background-color: #D57C2E; }
a { background-color: rgb(213,124,46); }
div.DivClassName
{
background-color: #D57C2E;
}
.BgClassName
{
background-color: #D57C2E;
}
</style>
border-color css
<style>
span { border-color: #D57C2E; }
span { border-color: rgb(213,124,46); }
td.TdClassName
{
border-color: #D57C2E;
}
.TagClassName
{
border-color: #D57C2E;
}
</style>