Shades of Old Gold #C5BC3A
Tints of Old Gold #C5BC3A
RGB
CMYK
RGB Variations
Color information
#C5BC3A (or 0xC5BC3A) is known color: Old Gold. HEX triplet: C5, BC and 3A. RGB value is (197,188,58). Sum of RGB (Red+Green+Blue) = 197+188+58=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC3A is #3A43C5. Grayscale: #B0B0B0. Windows color (decimal): -3818438 or 3849413. OLE color: 3849413.
HSL color Cylindrical-coordinate representation of color #C5BC3A: hue angle of 56.12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5BC3A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 58 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.23 |
| HSL | 56.12º | 0.55% | 0.5% | - |
| HSV(B) | 56.12º | 0.71% | 0.77% | - |
| XYZ | 41.77 | 48.14 | 11.09 | - |
| YUV | 175.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 58 | 0 | 0.05 | 0.71 | 0.23 | 56.12 | 0.55 | 0.5 |
| Hex | C5 | BC | 3A | 0 | 5 | 47 | 17 | 38 | 37 | 32 |
| Octal | 305 | 274 | 72 | 0 | 5 | 107 | 27 | 70 | 67 | 62 |
| Binary | 11000101 | 10111100 | 111010 | 0 | 101 | 1000111 | 10111 | 111000 | 110111 | 110010 |
Color Harmonies of #C5BC3A
Complementary color
Monochromatic Colors of #C5BC3A
Black with #C5BC3A
Text Example
Text Example
White with #C5BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC3A; }
p { color: rgb(197,188,58); }
H1.HeaderClassName
{
color: #C5BC3A;
}
.AnyTagClassName
{
color: #C5BC3A;
}
</style>
background-color css
<style>
a { background-color: #C5BC3A; }
a { background-color: rgb(197,188,58); }
div.DivClassName
{
background-color: #C5BC3A;
}
.BgClassName
{
background-color: #C5BC3A;
}
</style>
border-color css
<style>
span { border-color: #C5BC3A; }
span { border-color: rgb(197,188,58); }
td.TdClassName
{
border-color: #C5BC3A;
}
.TagClassName
{
border-color: #C5BC3A;
}
</style>