Shades of Old Gold #C7BC2F
Tints of Old Gold #C7BC2F
RGB
CMYK
RGB Variations
Color information
#C7BC2F (or 0xC7BC2F) is known color: Old Gold. HEX triplet: C7, BC and 2F. RGB value is (199,188,47). Sum of RGB (Red+Green+Blue) = 199+188+47=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC2F is #3843D0. Grayscale: #AFAFAF. Windows color (decimal): -3687377 or 3128519. OLE color: 3128519.
HSL color Cylindrical-coordinate representation of color #C7BC2F: hue angle of 55.66º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7BC2F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 47 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.22 |
| HSL | 55.66º | 0.62% | 0.48% | - |
| HSV(B) | 55.66º | 0.76% | 0.78% | - |
| XYZ | 42.05 | 48.31 | 9.8 | - |
| YUV | 175.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 47 | 0 | 0.06 | 0.76 | 0.22 | 55.66 | 0.62 | 0.48 |
| Hex | C7 | BC | 2F | 0 | 6 | 4C | 16 | 38 | 3E | 30 |
| Octal | 307 | 274 | 57 | 0 | 6 | 114 | 26 | 70 | 76 | 60 |
| Binary | 11000111 | 10111100 | 101111 | 0 | 110 | 1001100 | 10110 | 111000 | 111110 | 110000 |
Color Harmonies of #C7BC2F
Complementary color
Monochromatic Colors of #C7BC2F
Black with #C7BC2F
Text Example
Text Example
White with #C7BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC2F; }
p { color: rgb(199,188,47); }
H1.HeaderClassName
{
color: #C7BC2F;
}
.AnyTagClassName
{
color: #C7BC2F;
}
</style>
background-color css
<style>
a { background-color: #C7BC2F; }
a { background-color: rgb(199,188,47); }
div.DivClassName
{
background-color: #C7BC2F;
}
.BgClassName
{
background-color: #C7BC2F;
}
</style>
border-color css
<style>
span { border-color: #C7BC2F; }
span { border-color: rgb(199,188,47); }
td.TdClassName
{
border-color: #C7BC2F;
}
.TagClassName
{
border-color: #C7BC2F;
}
</style>