Shades of Old Gold #C5BF3E
Tints of Old Gold #C5BF3E
RGB
CMYK
RGB Variations
Color information
#C5BF3E (or 0xC5BF3E) is known color: Old Gold. HEX triplet: C5, BF and 3E. RGB value is (197,191,62). Sum of RGB (Red+Green+Blue) = 197+191+62=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF3E is #3A40C1. Grayscale: #B2B2B2. Windows color (decimal): -3817666 or 4112325. OLE color: 4112325.
HSL color Cylindrical-coordinate representation of color #C5BF3E: hue angle of 57.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5BF3E is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 62 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.23 |
| HSL | 57.33º | 0.54% | 0.51% | - |
| HSV(B) | 57.33º | 0.69% | 0.77% | - |
| XYZ | 42.53 | 49.48 | 11.87 | - |
| YUV | 178.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 62 | 0 | 0.03 | 0.69 | 0.23 | 57.33 | 0.54 | 0.51 |
| Hex | C5 | BF | 3E | 0 | 3 | 45 | 17 | 39 | 36 | 33 |
| Octal | 305 | 277 | 76 | 0 | 3 | 105 | 27 | 71 | 66 | 63 |
| Binary | 11000101 | 10111111 | 111110 | 0 | 11 | 1000101 | 10111 | 111001 | 110110 | 110011 |
Color Harmonies of #C5BF3E
Complementary color
Monochromatic Colors of #C5BF3E
Black with #C5BF3E
Text Example
Text Example
White with #C5BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF3E; }
p { color: rgb(197,191,62); }
H1.HeaderClassName
{
color: #C5BF3E;
}
.AnyTagClassName
{
color: #C5BF3E;
}
</style>
background-color css
<style>
a { background-color: #C5BF3E; }
a { background-color: rgb(197,191,62); }
div.DivClassName
{
background-color: #C5BF3E;
}
.BgClassName
{
background-color: #C5BF3E;
}
</style>
border-color css
<style>
span { border-color: #C5BF3E; }
span { border-color: rgb(197,191,62); }
td.TdClassName
{
border-color: #C5BF3E;
}
.TagClassName
{
border-color: #C5BF3E;
}
</style>