Shades of Old Gold #C5BF41
Tints of Old Gold #C5BF41
RGB
CMYK
RGB Variations
Color information
#C5BF41 (or 0xC5BF41) is known color: Old Gold. HEX triplet: C5, BF and 41. RGB value is (197,191,65). Sum of RGB (Red+Green+Blue) = 197+191+65=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF41 is #3A40BE. Grayscale: #B2B2B2. Windows color (decimal): -3817663 or 4308933. OLE color: 4308933.
HSL color Cylindrical-coordinate representation of color #C5BF41: hue angle of 57.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5BF41 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 65 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.23 |
| HSL | 57.27º | 0.53% | 0.51% | - |
| HSV(B) | 57.27º | 0.67% | 0.77% | - |
| XYZ | 42.61 | 49.51 | 12.31 | - |
| YUV | 178.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 65 | 0 | 0.03 | 0.67 | 0.23 | 57.27 | 0.53 | 0.51 |
| Hex | C5 | BF | 41 | 0 | 3 | 43 | 17 | 39 | 35 | 33 |
| Octal | 305 | 277 | 101 | 0 | 3 | 103 | 27 | 71 | 65 | 63 |
| Binary | 11000101 | 10111111 | 1000001 | 0 | 11 | 1000011 | 10111 | 111001 | 110101 | 110011 |
Color Harmonies of #C5BF41
Complementary color
Monochromatic Colors of #C5BF41
Black with #C5BF41
Text Example
Text Example
White with #C5BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF41; }
p { color: rgb(197,191,65); }
H1.HeaderClassName
{
color: #C5BF41;
}
.AnyTagClassName
{
color: #C5BF41;
}
</style>
background-color css
<style>
a { background-color: #C5BF41; }
a { background-color: rgb(197,191,65); }
div.DivClassName
{
background-color: #C5BF41;
}
.BgClassName
{
background-color: #C5BF41;
}
</style>
border-color css
<style>
span { border-color: #C5BF41; }
span { border-color: rgb(197,191,65); }
td.TdClassName
{
border-color: #C5BF41;
}
.TagClassName
{
border-color: #C5BF41;
}
</style>