Shades of Old Gold #C5BC2F
Tints of Old Gold #C5BC2F
RGB
CMYK
RGB Variations
Color information
#C5BC2F (or 0xC5BC2F) is known color: Old Gold. HEX triplet: C5, BC and 2F. RGB value is (197,188,47). Sum of RGB (Red+Green+Blue) = 197+188+47=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC2F is #3A43D0. Grayscale: #AFAFAF. Windows color (decimal): -3818449 or 3128517. OLE color: 3128517.
HSL color Cylindrical-coordinate representation of color #C5BC2F: hue angle of 56.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5BC2F is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 47 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.23 |
| HSL | 56.4º | 0.61% | 0.48% | - |
| HSV(B) | 56.4º | 0.76% | 0.77% | - |
| XYZ | 41.52 | 48.04 | 9.77 | - |
| YUV | 174.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 47 | 0 | 0.05 | 0.76 | 0.23 | 56.4 | 0.61 | 0.48 |
| Hex | C5 | BC | 2F | 0 | 5 | 4C | 17 | 38 | 3D | 30 |
| Octal | 305 | 274 | 57 | 0 | 5 | 114 | 27 | 70 | 75 | 60 |
| Binary | 11000101 | 10111100 | 101111 | 0 | 101 | 1001100 | 10111 | 111000 | 111101 | 110000 |
Color Harmonies of #C5BC2F
Complementary color
Monochromatic Colors of #C5BC2F
Black with #C5BC2F
Text Example
Text Example
White with #C5BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC2F; }
p { color: rgb(197,188,47); }
H1.HeaderClassName
{
color: #C5BC2F;
}
.AnyTagClassName
{
color: #C5BC2F;
}
</style>
background-color css
<style>
a { background-color: #C5BC2F; }
a { background-color: rgb(197,188,47); }
div.DivClassName
{
background-color: #C5BC2F;
}
.BgClassName
{
background-color: #C5BC2F;
}
</style>
border-color css
<style>
span { border-color: #C5BC2F; }
span { border-color: rgb(197,188,47); }
td.TdClassName
{
border-color: #C5BC2F;
}
.TagClassName
{
border-color: #C5BC2F;
}
</style>