Shades of Bronze #D57C2F
Tints of Bronze #D57C2F
RGB
CMYK
RGB Variations
Color information
#D57C2F (or 0xD57C2F) is known color: Bronze. HEX triplet: D5, 7C and 2F. RGB value is (213,124,47). Sum of RGB (Red+Green+Blue) = 213+124+47=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C2F is #2A83D0. Grayscale: #8E8E8E. Windows color (decimal): -2786257 or 3112149. OLE color: 3112149.
HSL color Cylindrical-coordinate representation of color #D57C2F: hue angle of 27.83º degrees, saturation: 0.66, 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 #D57C2F is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 47 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.16 |
| HSL | 27.83º | 0.66% | 0.51% | - |
| HSV(B) | 27.83º | 0.78% | 0.84% | - |
| XYZ | 35.16 | 28.77 | 6.39 | - |
| YUV | 141.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 47 | 0 | 0.42 | 0.78 | 0.16 | 27.83 | 0.66 | 0.51 |
| Hex | D5 | 7C | 2F | 0 | 2A | 4E | 10 | 1C | 42 | 33 |
| Octal | 325 | 174 | 57 | 0 | 52 | 116 | 20 | 34 | 102 | 63 |
| Binary | 11010101 | 1111100 | 101111 | 0 | 101010 | 1001110 | 10000 | 11100 | 1000010 | 110011 |
Color Harmonies of #D57C2F
Complementary color
Monochromatic Colors of #D57C2F
Black with #D57C2F
Text Example
Text Example
White with #D57C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C2F; }
p { color: rgb(213,124,47); }
H1.HeaderClassName
{
color: #D57C2F;
}
.AnyTagClassName
{
color: #D57C2F;
}
</style>
background-color css
<style>
a { background-color: #D57C2F; }
a { background-color: rgb(213,124,47); }
div.DivClassName
{
background-color: #D57C2F;
}
.BgClassName
{
background-color: #D57C2F;
}
</style>
border-color css
<style>
span { border-color: #D57C2F; }
span { border-color: rgb(213,124,47); }
td.TdClassName
{
border-color: #D57C2F;
}
.TagClassName
{
border-color: #D57C2F;
}
</style>