Shades of Bronze #D07931
Tints of Bronze #D07931
RGB
CMYK
RGB Variations
Color information
#D07931 (or 0xD07931) is known color: Bronze. HEX triplet: D0, 79 and 31. RGB value is (208,121,49). Sum of RGB (Red+Green+Blue) = 208+121+49=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D07931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07931 is #2F86CE. Grayscale: #8B8B8B. Windows color (decimal): -3114703 or 3242448. OLE color: 3242448.
HSL color Cylindrical-coordinate representation of color #D07931: hue angle of 27.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D07931 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 49 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.18 |
| HSL | 27.17º | 0.63% | 0.5% | - |
| HSV(B) | 27.17º | 0.76% | 0.82% | - |
| XYZ | 33.4 | 27.31 | 6.42 | - |
| YUV | 138.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 49 | 0 | 0.42 | 0.76 | 0.18 | 27.17 | 0.63 | 0.5 |
| Hex | D0 | 79 | 31 | 0 | 2A | 4C | 12 | 1B | 3F | 32 |
| Octal | 320 | 171 | 61 | 0 | 52 | 114 | 22 | 33 | 77 | 62 |
| Binary | 11010000 | 1111001 | 110001 | 0 | 101010 | 1001100 | 10010 | 11011 | 111111 | 110010 |
Color Harmonies of #D07931
Complementary color
Monochromatic Colors of #D07931
Black with #D07931
Text Example
Text Example
White with #D07931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07931; }
p { color: rgb(208,121,49); }
H1.HeaderClassName
{
color: #D07931;
}
.AnyTagClassName
{
color: #D07931;
}
</style>
background-color css
<style>
a { background-color: #D07931; }
a { background-color: rgb(208,121,49); }
div.DivClassName
{
background-color: #D07931;
}
.BgClassName
{
background-color: #D07931;
}
</style>
border-color css
<style>
span { border-color: #D07931; }
span { border-color: rgb(208,121,49); }
td.TdClassName
{
border-color: #D07931;
}
.TagClassName
{
border-color: #D07931;
}
</style>