Shades of Bronze #D57C2C
Tints of Bronze #D57C2C
RGB
CMYK
RGB Variations
Color information
#D57C2C (or 0xD57C2C) is known color: Bronze. HEX triplet: D5, 7C and 2C. RGB value is (213,124,44). Sum of RGB (Red+Green+Blue) = 213+124+44=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C2C is #2A83D3. Grayscale: #8D8D8D. Windows color (decimal): -2786260 or 2915541. OLE color: 2915541.
HSL color Cylindrical-coordinate representation of color #D57C2C: hue angle of 28.4º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D57C2C is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 44 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.16 |
| HSL | 28.4º | 0.67% | 0.5% | - |
| HSV(B) | 28.4º | 0.79% | 0.84% | - |
| XYZ | 35.1 | 28.74 | 6.08 | - |
| YUV | 141.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 44 | 0 | 0.42 | 0.79 | 0.16 | 28.4 | 0.67 | 0.5 |
| Hex | D5 | 7C | 2C | 0 | 2A | 4F | 10 | 1C | 43 | 32 |
| Octal | 325 | 174 | 54 | 0 | 52 | 117 | 20 | 34 | 103 | 62 |
| Binary | 11010101 | 1111100 | 101100 | 0 | 101010 | 1001111 | 10000 | 11100 | 1000011 | 110010 |
Color Harmonies of #D57C2C
Complementary color
Monochromatic Colors of #D57C2C
Black with #D57C2C
Text Example
Text Example
White with #D57C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C2C; }
p { color: rgb(213,124,44); }
H1.HeaderClassName
{
color: #D57C2C;
}
.AnyTagClassName
{
color: #D57C2C;
}
</style>
background-color css
<style>
a { background-color: #D57C2C; }
a { background-color: rgb(213,124,44); }
div.DivClassName
{
background-color: #D57C2C;
}
.BgClassName
{
background-color: #D57C2C;
}
</style>
border-color css
<style>
span { border-color: #D57C2C; }
span { border-color: rgb(213,124,44); }
td.TdClassName
{
border-color: #D57C2C;
}
.TagClassName
{
border-color: #D57C2C;
}
</style>