Shades of Bronze #D47E29
Tints of Bronze #D47E29
RGB
CMYK
RGB Variations
Color information
#D47E29 (or 0xD47E29) is known color: Bronze. HEX triplet: D4, 7E and 29. RGB value is (212,126,41). Sum of RGB (Red+Green+Blue) = 212+126+41=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E29 is #2B81D6. Grayscale: #8E8E8E. Windows color (decimal): -2851287 or 2719444. OLE color: 2719444.
HSL color Cylindrical-coordinate representation of color #D47E29: hue angle of 29.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D47E29 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 41 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.17 |
| HSL | 29.82º | 0.68% | 0.5% | - |
| HSV(B) | 29.82º | 0.81% | 0.83% | - |
| XYZ | 35.01 | 29.08 | 5.87 | - |
| YUV | 142.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 41 | 0 | 0.41 | 0.81 | 0.17 | 29.82 | 0.68 | 0.5 |
| Hex | D4 | 7E | 29 | 0 | 29 | 51 | 11 | 1E | 44 | 32 |
| Octal | 324 | 176 | 51 | 0 | 51 | 121 | 21 | 36 | 104 | 62 |
| Binary | 11010100 | 1111110 | 101001 | 0 | 101001 | 1010001 | 10001 | 11110 | 1000100 | 110010 |
Color Harmonies of #D47E29
Complementary color
Monochromatic Colors of #D47E29
Black with #D47E29
Text Example
Text Example
White with #D47E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E29; }
p { color: rgb(212,126,41); }
H1.HeaderClassName
{
color: #D47E29;
}
.AnyTagClassName
{
color: #D47E29;
}
</style>
background-color css
<style>
a { background-color: #D47E29; }
a { background-color: rgb(212,126,41); }
div.DivClassName
{
background-color: #D47E29;
}
.BgClassName
{
background-color: #D47E29;
}
</style>
border-color css
<style>
span { border-color: #D47E29; }
span { border-color: rgb(212,126,41); }
td.TdClassName
{
border-color: #D47E29;
}
.TagClassName
{
border-color: #D47E29;
}
</style>