Shades of Bronze #D07F2D
Tints of Bronze #D07F2D
RGB
CMYK
RGB Variations
Color information
#D07F2D (or 0xD07F2D) is known color: Bronze. HEX triplet: D0, 7F and 2D. RGB value is (208,127,45). Sum of RGB (Red+Green+Blue) = 208+127+45=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F2D is #2F80D2. Grayscale: #8E8E8E. Windows color (decimal): -3113171 or 2981840. OLE color: 2981840.
HSL color Cylindrical-coordinate representation of color #D07F2D: hue angle of 30.18º 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 #D07F2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.18 |
| HSL | 30.18º | 0.64% | 0.5% | - |
| HSV(B) | 30.18º | 0.78% | 0.82% | - |
| XYZ | 34.08 | 28.78 | 6.24 | - |
| YUV | 141.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 45 | 0 | 0.39 | 0.78 | 0.18 | 30.18 | 0.64 | 0.5 |
| Hex | D0 | 7F | 2D | 0 | 27 | 4E | 12 | 1E | 40 | 32 |
| Octal | 320 | 177 | 55 | 0 | 47 | 116 | 22 | 36 | 100 | 62 |
| Binary | 11010000 | 1111111 | 101101 | 0 | 100111 | 1001110 | 10010 | 11110 | 1000000 | 110010 |
Color Harmonies of #D07F2D
Complementary color
Monochromatic Colors of #D07F2D
Black with #D07F2D
Text Example
Text Example
White with #D07F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F2D; }
p { color: rgb(208,127,45); }
H1.HeaderClassName
{
color: #D07F2D;
}
.AnyTagClassName
{
color: #D07F2D;
}
</style>
background-color css
<style>
a { background-color: #D07F2D; }
a { background-color: rgb(208,127,45); }
div.DivClassName
{
background-color: #D07F2D;
}
.BgClassName
{
background-color: #D07F2D;
}
</style>
border-color css
<style>
span { border-color: #D07F2D; }
span { border-color: rgb(208,127,45); }
td.TdClassName
{
border-color: #D07F2D;
}
.TagClassName
{
border-color: #D07F2D;
}
</style>