Shades of Bronze #D47F2B
Tints of Bronze #D47F2B
RGB
CMYK
RGB Variations
Color information
#D47F2B (or 0xD47F2B) is known color: Bronze. HEX triplet: D4, 7F and 2B. RGB value is (212,127,43). Sum of RGB (Red+Green+Blue) = 212+127+43=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F2B is #2B80D4. Grayscale: #8F8F8F. Windows color (decimal): -2851029 or 2850772. OLE color: 2850772.
HSL color Cylindrical-coordinate representation of color #D47F2B: hue angle of 29.82º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D47F2B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 43 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.17 |
| HSL | 29.82º | 0.66% | 0.5% | - |
| HSV(B) | 29.82º | 0.8% | 0.83% | - |
| XYZ | 35.18 | 29.35 | 6.1 | - |
| YUV | 142.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 43 | 0 | 0.40 | 0.80 | 0.17 | 29.82 | 0.66 | 0.5 |
| Hex | D4 | 7F | 2B | 0 | 28 | 50 | 11 | 1E | 42 | 32 |
| Octal | 324 | 177 | 53 | 0 | 50 | 120 | 21 | 36 | 102 | 62 |
| Binary | 11010100 | 1111111 | 101011 | 0 | 101000 | 1010000 | 10001 | 11110 | 1000010 | 110010 |
Color Harmonies of #D47F2B
Complementary color
Monochromatic Colors of #D47F2B
Black with #D47F2B
Text Example
Text Example
White with #D47F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F2B; }
p { color: rgb(212,127,43); }
H1.HeaderClassName
{
color: #D47F2B;
}
.AnyTagClassName
{
color: #D47F2B;
}
</style>
background-color css
<style>
a { background-color: #D47F2B; }
a { background-color: rgb(212,127,43); }
div.DivClassName
{
background-color: #D47F2B;
}
.BgClassName
{
background-color: #D47F2B;
}
</style>
border-color css
<style>
span { border-color: #D47F2B; }
span { border-color: rgb(212,127,43); }
td.TdClassName
{
border-color: #D47F2B;
}
.TagClassName
{
border-color: #D47F2B;
}
</style>