Shades of Bronze #D47F2F
Tints of Bronze #D47F2F
RGB
CMYK
RGB Variations
Color information
#D47F2F (or 0xD47F2F) is known color: Bronze. HEX triplet: D4, 7F and 2F. RGB value is (212,127,47). Sum of RGB (Red+Green+Blue) = 212+127+47=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F2F is #2B80D0. Grayscale: #8F8F8F. Windows color (decimal): -2851025 or 3112916. OLE color: 3112916.
HSL color Cylindrical-coordinate representation of color #D47F2F: hue angle of 29.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D47F2F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 47 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.17 |
| HSL | 29.09º | 0.66% | 0.51% | - |
| HSV(B) | 29.09º | 0.78% | 0.83% | - |
| XYZ | 35.25 | 29.38 | 6.5 | - |
| YUV | 143.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 47 | 0 | 0.40 | 0.78 | 0.17 | 29.09 | 0.66 | 0.51 |
| Hex | D4 | 7F | 2F | 0 | 28 | 4E | 11 | 1D | 42 | 33 |
| Octal | 324 | 177 | 57 | 0 | 50 | 116 | 21 | 35 | 102 | 63 |
| Binary | 11010100 | 1111111 | 101111 | 0 | 101000 | 1001110 | 10001 | 11101 | 1000010 | 110011 |
Color Harmonies of #D47F2F
Complementary color
Monochromatic Colors of #D47F2F
Black with #D47F2F
Text Example
Text Example
White with #D47F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F2F; }
p { color: rgb(212,127,47); }
H1.HeaderClassName
{
color: #D47F2F;
}
.AnyTagClassName
{
color: #D47F2F;
}
</style>
background-color css
<style>
a { background-color: #D47F2F; }
a { background-color: rgb(212,127,47); }
div.DivClassName
{
background-color: #D47F2F;
}
.BgClassName
{
background-color: #D47F2F;
}
</style>
border-color css
<style>
span { border-color: #D47F2F; }
span { border-color: rgb(212,127,47); }
td.TdClassName
{
border-color: #D47F2F;
}
.TagClassName
{
border-color: #D47F2F;
}
</style>