Shades of Bronze #D07E34
Tints of Bronze #D07E34
RGB
CMYK
RGB Variations
Color information
#D07E34 (or 0xD07E34) is known color: Bronze. HEX triplet: D0, 7E and 34. RGB value is (208,126,52). Sum of RGB (Red+Green+Blue) = 208+126+52=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E34 is #2F81CB. Grayscale: #8E8E8E. Windows color (decimal): -3113420 or 3440336. OLE color: 3440336.
HSL color Cylindrical-coordinate representation of color #D07E34: hue angle of 28.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D07E34 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 52 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.18 |
| HSL | 28.46º | 0.62% | 0.51% | - |
| HSV(B) | 28.46º | 0.75% | 0.82% | - |
| XYZ | 34.09 | 28.58 | 6.97 | - |
| YUV | 142.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 52 | 0 | 0.39 | 0.75 | 0.18 | 28.46 | 0.62 | 0.51 |
| Hex | D0 | 7E | 34 | 0 | 27 | 4B | 12 | 1C | 3E | 33 |
| Octal | 320 | 176 | 64 | 0 | 47 | 113 | 22 | 34 | 76 | 63 |
| Binary | 11010000 | 1111110 | 110100 | 0 | 100111 | 1001011 | 10010 | 11100 | 111110 | 110011 |
Color Harmonies of #D07E34
Complementary color
Monochromatic Colors of #D07E34
Black with #D07E34
Text Example
Text Example
White with #D07E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E34; }
p { color: rgb(208,126,52); }
H1.HeaderClassName
{
color: #D07E34;
}
.AnyTagClassName
{
color: #D07E34;
}
</style>
background-color css
<style>
a { background-color: #D07E34; }
a { background-color: rgb(208,126,52); }
div.DivClassName
{
background-color: #D07E34;
}
.BgClassName
{
background-color: #D07E34;
}
</style>
border-color css
<style>
span { border-color: #D07E34; }
span { border-color: rgb(208,126,52); }
td.TdClassName
{
border-color: #D07E34;
}
.TagClassName
{
border-color: #D07E34;
}
</style>