Shades of Old Gold #C5BF3A
Tints of Old Gold #C5BF3A
RGB
CMYK
RGB Variations
Color information
#C5BF3A (or 0xC5BF3A) is known color: Old Gold. HEX triplet: C5, BF and 3A. RGB value is (197,191,58). Sum of RGB (Red+Green+Blue) = 197+191+58=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF3A is #3A40C5. Grayscale: #B2B2B2. Windows color (decimal): -3817670 or 3850181. OLE color: 3850181.
HSL color Cylindrical-coordinate representation of color #C5BF3A: hue angle of 57.41º 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 #C5BF3A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 58 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.23 |
| HSL | 57.41º | 0.55% | 0.5% | - |
| HSV(B) | 57.41º | 0.71% | 0.77% | - |
| XYZ | 42.42 | 49.44 | 11.31 | - |
| YUV | 177.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 58 | 0 | 0.03 | 0.71 | 0.23 | 57.41 | 0.55 | 0.5 |
| Hex | C5 | BF | 3A | 0 | 3 | 47 | 17 | 39 | 37 | 32 |
| Octal | 305 | 277 | 72 | 0 | 3 | 107 | 27 | 71 | 67 | 62 |
| Binary | 11000101 | 10111111 | 111010 | 0 | 11 | 1000111 | 10111 | 111001 | 110111 | 110010 |
Color Harmonies of #C5BF3A
Complementary color
Monochromatic Colors of #C5BF3A
Black with #C5BF3A
Text Example
Text Example
White with #C5BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF3A; }
p { color: rgb(197,191,58); }
H1.HeaderClassName
{
color: #C5BF3A;
}
.AnyTagClassName
{
color: #C5BF3A;
}
</style>
background-color css
<style>
a { background-color: #C5BF3A; }
a { background-color: rgb(197,191,58); }
div.DivClassName
{
background-color: #C5BF3A;
}
.BgClassName
{
background-color: #C5BF3A;
}
</style>
border-color css
<style>
span { border-color: #C5BF3A; }
span { border-color: rgb(197,191,58); }
td.TdClassName
{
border-color: #C5BF3A;
}
.TagClassName
{
border-color: #C5BF3A;
}
</style>