Shades of Bronze #D47E2D
Tints of Bronze #D47E2D
RGB
CMYK
RGB Variations
Color information
#D47E2D (or 0xD47E2D) is known color: Bronze. HEX triplet: D4, 7E and 2D. RGB value is (212,126,45). Sum of RGB (Red+Green+Blue) = 212+126+45=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E2D is #2B81D2. Grayscale: #8E8E8E. Windows color (decimal): -2851283 or 2981588. OLE color: 2981588.
HSL color Cylindrical-coordinate representation of color #D47E2D: hue angle of 29.1º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D47E2D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.17 |
| HSL | 29.1º | 0.66% | 0.5% | - |
| HSV(B) | 29.1º | 0.79% | 0.83% | - |
| XYZ | 35.09 | 29.11 | 6.25 | - |
| YUV | 142.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 45 | 0 | 0.41 | 0.79 | 0.17 | 29.1 | 0.66 | 0.5 |
| Hex | D4 | 7E | 2D | 0 | 29 | 4F | 11 | 1D | 42 | 32 |
| Octal | 324 | 176 | 55 | 0 | 51 | 117 | 21 | 35 | 102 | 62 |
| Binary | 11010100 | 1111110 | 101101 | 0 | 101001 | 1001111 | 10001 | 11101 | 1000010 | 110010 |
Color Harmonies of #D47E2D
Complementary color
Monochromatic Colors of #D47E2D
Black with #D47E2D
Text Example
Text Example
White with #D47E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E2D; }
p { color: rgb(212,126,45); }
H1.HeaderClassName
{
color: #D47E2D;
}
.AnyTagClassName
{
color: #D47E2D;
}
</style>
background-color css
<style>
a { background-color: #D47E2D; }
a { background-color: rgb(212,126,45); }
div.DivClassName
{
background-color: #D47E2D;
}
.BgClassName
{
background-color: #D47E2D;
}
</style>
border-color css
<style>
span { border-color: #D47E2D; }
span { border-color: rgb(212,126,45); }
td.TdClassName
{
border-color: #D47E2D;
}
.TagClassName
{
border-color: #D47E2D;
}
</style>