Shades of Bronze #D07A2E
Tints of Bronze #D07A2E
RGB
CMYK
RGB Variations
Color information
#D07A2E (or 0xD07A2E) is known color: Bronze. HEX triplet: D0, 7A and 2E. RGB value is (208,122,46). Sum of RGB (Red+Green+Blue) = 208+122+46=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A2E is #2F85D1. Grayscale: #8B8B8B. Windows color (decimal): -3114450 or 3046096. OLE color: 3046096.
HSL color Cylindrical-coordinate representation of color #D07A2E: hue angle of 28.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D07A2E is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 46 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.18 |
| HSL | 28.15º | 0.64% | 0.5% | - |
| HSV(B) | 28.15º | 0.78% | 0.82% | - |
| XYZ | 33.47 | 27.53 | 6.13 | - |
| YUV | 139.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 46 | 0 | 0.41 | 0.78 | 0.18 | 28.15 | 0.64 | 0.5 |
| Hex | D0 | 7A | 2E | 0 | 29 | 4E | 12 | 1C | 40 | 32 |
| Octal | 320 | 172 | 56 | 0 | 51 | 116 | 22 | 34 | 100 | 62 |
| Binary | 11010000 | 1111010 | 101110 | 0 | 101001 | 1001110 | 10010 | 11100 | 1000000 | 110010 |
Color Harmonies of #D07A2E
Complementary color
Monochromatic Colors of #D07A2E
Black with #D07A2E
Text Example
Text Example
White with #D07A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A2E; }
p { color: rgb(208,122,46); }
H1.HeaderClassName
{
color: #D07A2E;
}
.AnyTagClassName
{
color: #D07A2E;
}
</style>
background-color css
<style>
a { background-color: #D07A2E; }
a { background-color: rgb(208,122,46); }
div.DivClassName
{
background-color: #D07A2E;
}
.BgClassName
{
background-color: #D07A2E;
}
</style>
border-color css
<style>
span { border-color: #D07A2E; }
span { border-color: rgb(208,122,46); }
td.TdClassName
{
border-color: #D07A2E;
}
.TagClassName
{
border-color: #D07A2E;
}
</style>