Shades of Bronze #D07A2D
Tints of Bronze #D07A2D
RGB
CMYK
RGB Variations
Color information
#D07A2D (or 0xD07A2D) is known color: Bronze. HEX triplet: D0, 7A and 2D. RGB value is (208,122,45). Sum of RGB (Red+Green+Blue) = 208+122+45=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A2D is #2F85D2. Grayscale: #8B8B8B. Windows color (decimal): -3114451 or 2980560. OLE color: 2980560.
HSL color Cylindrical-coordinate representation of color #D07A2D: hue angle of 28.34º 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 #D07A2D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 45 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.18 |
| HSL | 28.34º | 0.64% | 0.5% | - |
| HSV(B) | 28.34º | 0.78% | 0.82% | - |
| XYZ | 33.45 | 27.52 | 6.03 | - |
| YUV | 138.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 45 | 0 | 0.41 | 0.78 | 0.18 | 28.34 | 0.64 | 0.5 |
| Hex | D0 | 7A | 2D | 0 | 29 | 4E | 12 | 1C | 40 | 32 |
| Octal | 320 | 172 | 55 | 0 | 51 | 116 | 22 | 34 | 100 | 62 |
| Binary | 11010000 | 1111010 | 101101 | 0 | 101001 | 1001110 | 10010 | 11100 | 1000000 | 110010 |
Color Harmonies of #D07A2D
Complementary color
Monochromatic Colors of #D07A2D
Black with #D07A2D
Text Example
Text Example
White with #D07A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A2D; }
p { color: rgb(208,122,45); }
H1.HeaderClassName
{
color: #D07A2D;
}
.AnyTagClassName
{
color: #D07A2D;
}
</style>
background-color css
<style>
a { background-color: #D07A2D; }
a { background-color: rgb(208,122,45); }
div.DivClassName
{
background-color: #D07A2D;
}
.BgClassName
{
background-color: #D07A2D;
}
</style>
border-color css
<style>
span { border-color: #D07A2D; }
span { border-color: rgb(208,122,45); }
td.TdClassName
{
border-color: #D07A2D;
}
.TagClassName
{
border-color: #D07A2D;
}
</style>