Shades of Old Gold #C5BF31
Tints of Old Gold #C5BF31
RGB
CMYK
RGB Variations
Color information
#C5BF31 (or 0xC5BF31) is known color: Old Gold. HEX triplet: C5, BF and 31. RGB value is (197,191,49). Sum of RGB (Red+Green+Blue) = 197+191+49=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF31 is #3A40CE. Grayscale: #B1B1B1. Windows color (decimal): -3817679 or 3260357. OLE color: 3260357.
HSL color Cylindrical-coordinate representation of color #C5BF31: hue angle of 57.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5BF31 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 49 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.23 |
| HSL | 57.57º | 0.6% | 0.48% | - |
| HSV(B) | 57.57º | 0.75% | 0.77% | - |
| XYZ | 42.21 | 49.35 | 10.21 | - |
| YUV | 176.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 49 | 0 | 0.03 | 0.75 | 0.23 | 57.57 | 0.6 | 0.48 |
| Hex | C5 | BF | 31 | 0 | 3 | 4B | 17 | 3A | 3C | 30 |
| Octal | 305 | 277 | 61 | 0 | 3 | 113 | 27 | 72 | 74 | 60 |
| Binary | 11000101 | 10111111 | 110001 | 0 | 11 | 1001011 | 10111 | 111010 | 111100 | 110000 |
Color Harmonies of #C5BF31
Complementary color
Monochromatic Colors of #C5BF31
Black with #C5BF31
Text Example
Text Example
White with #C5BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF31; }
p { color: rgb(197,191,49); }
H1.HeaderClassName
{
color: #C5BF31;
}
.AnyTagClassName
{
color: #C5BF31;
}
</style>
background-color css
<style>
a { background-color: #C5BF31; }
a { background-color: rgb(197,191,49); }
div.DivClassName
{
background-color: #C5BF31;
}
.BgClassName
{
background-color: #C5BF31;
}
</style>
border-color css
<style>
span { border-color: #C5BF31; }
span { border-color: rgb(197,191,49); }
td.TdClassName
{
border-color: #C5BF31;
}
.TagClassName
{
border-color: #C5BF31;
}
</style>