Shades of Old Gold #C5BC43
Tints of Old Gold #C5BC43
RGB
CMYK
RGB Variations
Color information
#C5BC43 (or 0xC5BC43) is known color: Old Gold. HEX triplet: C5, BC and 43. RGB value is (197,188,67). Sum of RGB (Red+Green+Blue) = 197+188+67=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC43 is #3A43BC. Grayscale: #B1B1B1. Windows color (decimal): -3818429 or 4439237. OLE color: 4439237.
HSL color Cylindrical-coordinate representation of color #C5BC43: hue angle of 55.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5BC43 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 67 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.23 |
| HSL | 55.85º | 0.53% | 0.52% | - |
| HSV(B) | 55.85º | 0.66% | 0.77% | - |
| XYZ | 42.02 | 48.24 | 12.41 | - |
| YUV | 176.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 67 | 0 | 0.05 | 0.66 | 0.23 | 55.85 | 0.53 | 0.52 |
| Hex | C5 | BC | 43 | 0 | 5 | 42 | 17 | 38 | 35 | 34 |
| Octal | 305 | 274 | 103 | 0 | 5 | 102 | 27 | 70 | 65 | 64 |
| Binary | 11000101 | 10111100 | 1000011 | 0 | 101 | 1000010 | 10111 | 111000 | 110101 | 110100 |
Color Harmonies of #C5BC43
Complementary color
Monochromatic Colors of #C5BC43
Black with #C5BC43
Text Example
Text Example
White with #C5BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC43; }
p { color: rgb(197,188,67); }
H1.HeaderClassName
{
color: #C5BC43;
}
.AnyTagClassName
{
color: #C5BC43;
}
</style>
background-color css
<style>
a { background-color: #C5BC43; }
a { background-color: rgb(197,188,67); }
div.DivClassName
{
background-color: #C5BC43;
}
.BgClassName
{
background-color: #C5BC43;
}
</style>
border-color css
<style>
span { border-color: #C5BC43; }
span { border-color: rgb(197,188,67); }
td.TdClassName
{
border-color: #C5BC43;
}
.TagClassName
{
border-color: #C5BC43;
}
</style>