Shades of Old Gold #C7BC2E
Tints of Old Gold #C7BC2E
RGB
CMYK
RGB Variations
Color information
#C7BC2E (or 0xC7BC2E) is known color: Old Gold. HEX triplet: C7, BC and 2E. RGB value is (199,188,46). Sum of RGB (Red+Green+Blue) = 199+188+46=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC2E is #3843D1. Grayscale: #AFAFAF. Windows color (decimal): -3687378 or 3062983. OLE color: 3062983.
HSL color Cylindrical-coordinate representation of color #C7BC2E: hue angle of 55.69º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7BC2E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 46 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.22 |
| HSL | 55.69º | 0.62% | 0.48% | - |
| HSV(B) | 55.69º | 0.77% | 0.78% | - |
| XYZ | 42.03 | 48.31 | 9.69 | - |
| YUV | 175.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 46 | 0 | 0.06 | 0.77 | 0.22 | 55.69 | 0.62 | 0.48 |
| Hex | C7 | BC | 2E | 0 | 6 | 4D | 16 | 38 | 3E | 30 |
| Octal | 307 | 274 | 56 | 0 | 6 | 115 | 26 | 70 | 76 | 60 |
| Binary | 11000111 | 10111100 | 101110 | 0 | 110 | 1001101 | 10110 | 111000 | 111110 | 110000 |
Color Harmonies of #C7BC2E
Complementary color
Monochromatic Colors of #C7BC2E
Black with #C7BC2E
Text Example
Text Example
White with #C7BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC2E; }
p { color: rgb(199,188,46); }
H1.HeaderClassName
{
color: #C7BC2E;
}
.AnyTagClassName
{
color: #C7BC2E;
}
</style>
background-color css
<style>
a { background-color: #C7BC2E; }
a { background-color: rgb(199,188,46); }
div.DivClassName
{
background-color: #C7BC2E;
}
.BgClassName
{
background-color: #C7BC2E;
}
</style>
border-color css
<style>
span { border-color: #C7BC2E; }
span { border-color: rgb(199,188,46); }
td.TdClassName
{
border-color: #C7BC2E;
}
.TagClassName
{
border-color: #C7BC2E;
}
</style>