Shades of Bronze #D07D34
Tints of Bronze #D07D34
RGB
CMYK
RGB Variations
Color information
#D07D34 (or 0xD07D34) is known color: Bronze. HEX triplet: D0, 7D and 34. RGB value is (208,125,52). Sum of RGB (Red+Green+Blue) = 208+125+52=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D34 is #2F82CB. Grayscale: #8D8D8D. Windows color (decimal): -3113676 or 3440080. OLE color: 3440080.
HSL color Cylindrical-coordinate representation of color #D07D34: hue angle of 28.08º 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 #D07D34 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 52 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.18 |
| HSL | 28.08º | 0.62% | 0.51% | - |
| HSV(B) | 28.08º | 0.75% | 0.82% | - |
| XYZ | 33.97 | 28.33 | 6.93 | - |
| YUV | 141.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 52 | 0 | 0.40 | 0.75 | 0.18 | 28.08 | 0.62 | 0.51 |
| Hex | D0 | 7D | 34 | 0 | 28 | 4B | 12 | 1C | 3E | 33 |
| Octal | 320 | 175 | 64 | 0 | 50 | 113 | 22 | 34 | 76 | 63 |
| Binary | 11010000 | 1111101 | 110100 | 0 | 101000 | 1001011 | 10010 | 11100 | 111110 | 110011 |
Color Harmonies of #D07D34
Complementary color
Monochromatic Colors of #D07D34
Black with #D07D34
Text Example
Text Example
White with #D07D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D34; }
p { color: rgb(208,125,52); }
H1.HeaderClassName
{
color: #D07D34;
}
.AnyTagClassName
{
color: #D07D34;
}
</style>
background-color css
<style>
a { background-color: #D07D34; }
a { background-color: rgb(208,125,52); }
div.DivClassName
{
background-color: #D07D34;
}
.BgClassName
{
background-color: #D07D34;
}
</style>
border-color css
<style>
span { border-color: #D07D34; }
span { border-color: rgb(208,125,52); }
td.TdClassName
{
border-color: #D07D34;
}
.TagClassName
{
border-color: #D07D34;
}
</style>