Shades of Old Gold #C5BC3F
Tints of Old Gold #C5BC3F
RGB
CMYK
RGB Variations
Color information
#C5BC3F (or 0xC5BC3F) is known color: Old Gold. HEX triplet: C5, BC and 3F. RGB value is (197,188,63). Sum of RGB (Red+Green+Blue) = 197+188+63=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC3F is #3A43C0. Grayscale: #B0B0B0. Windows color (decimal): -3818433 or 4177093. OLE color: 4177093.
HSL color Cylindrical-coordinate representation of color #C5BC3F: hue angle of 55.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5BC3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 63 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.23 |
| HSL | 55.97º | 0.54% | 0.51% | - |
| HSV(B) | 55.97º | 0.68% | 0.77% | - |
| XYZ | 41.91 | 48.2 | 11.8 | - |
| YUV | 176.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 63 | 0 | 0.05 | 0.68 | 0.23 | 55.97 | 0.54 | 0.51 |
| Hex | C5 | BC | 3F | 0 | 5 | 44 | 17 | 38 | 36 | 33 |
| Octal | 305 | 274 | 77 | 0 | 5 | 104 | 27 | 70 | 66 | 63 |
| Binary | 11000101 | 10111100 | 111111 | 0 | 101 | 1000100 | 10111 | 111000 | 110110 | 110011 |
Color Harmonies of #C5BC3F
Complementary color
Monochromatic Colors of #C5BC3F
Black with #C5BC3F
Text Example
Text Example
White with #C5BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC3F; }
p { color: rgb(197,188,63); }
H1.HeaderClassName
{
color: #C5BC3F;
}
.AnyTagClassName
{
color: #C5BC3F;
}
</style>
background-color css
<style>
a { background-color: #C5BC3F; }
a { background-color: rgb(197,188,63); }
div.DivClassName
{
background-color: #C5BC3F;
}
.BgClassName
{
background-color: #C5BC3F;
}
</style>
border-color css
<style>
span { border-color: #C5BC3F; }
span { border-color: rgb(197,188,63); }
td.TdClassName
{
border-color: #C5BC3F;
}
.TagClassName
{
border-color: #C5BC3F;
}
</style>