Shades of Bronze #D07F2B
Tints of Bronze #D07F2B
RGB
CMYK
RGB Variations
Color information
#D07F2B (or 0xD07F2B) is known color: Bronze. HEX triplet: D0, 7F and 2B. RGB value is (208,127,43). Sum of RGB (Red+Green+Blue) = 208+127+43=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F2B is #2F80D4. Grayscale: #8E8E8E. Windows color (decimal): -3113173 or 2850768. OLE color: 2850768.
HSL color Cylindrical-coordinate representation of color #D07F2B: hue angle of 30.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D07F2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 43 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.18 |
| HSL | 30.55º | 0.66% | 0.49% | - |
| HSV(B) | 30.55º | 0.79% | 0.82% | - |
| XYZ | 34.04 | 28.76 | 6.04 | - |
| YUV | 141.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 43 | 0 | 0.39 | 0.79 | 0.18 | 30.55 | 0.66 | 0.49 |
| Hex | D0 | 7F | 2B | 0 | 27 | 4F | 12 | 1F | 42 | 31 |
| Octal | 320 | 177 | 53 | 0 | 47 | 117 | 22 | 37 | 102 | 61 |
| Binary | 11010000 | 1111111 | 101011 | 0 | 100111 | 1001111 | 10010 | 11111 | 1000010 | 110001 |
Color Harmonies of #D07F2B
Complementary color
Monochromatic Colors of #D07F2B
Black with #D07F2B
Text Example
Text Example
White with #D07F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F2B; }
p { color: rgb(208,127,43); }
H1.HeaderClassName
{
color: #D07F2B;
}
.AnyTagClassName
{
color: #D07F2B;
}
</style>
background-color css
<style>
a { background-color: #D07F2B; }
a { background-color: rgb(208,127,43); }
div.DivClassName
{
background-color: #D07F2B;
}
.BgClassName
{
background-color: #D07F2B;
}
</style>
border-color css
<style>
span { border-color: #D07F2B; }
span { border-color: rgb(208,127,43); }
td.TdClassName
{
border-color: #D07F2B;
}
.TagClassName
{
border-color: #D07F2B;
}
</style>