Shades of Old Gold #C5B541
Tints of Old Gold #C5B541
RGB
CMYK
RGB Variations
Color information
#C5B541 (or 0xC5B541) is known color: Old Gold. HEX triplet: C5, B5 and 41. RGB value is (197,181,65). Sum of RGB (Red+Green+Blue) = 197+181+65=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B541 is #3A4ABE. Grayscale: #ADADAD. Windows color (decimal): -3820223 or 4306373. OLE color: 4306373.
HSL color Cylindrical-coordinate representation of color #C5B541: hue angle of 52.73º 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 #C5B541 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 65 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.23 |
| HSL | 52.73º | 0.53% | 0.51% | - |
| HSV(B) | 52.73º | 0.67% | 0.77% | - |
| XYZ | 40.5 | 45.3 | 11.61 | - |
| YUV | 172.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 65 | 0 | 0.08 | 0.67 | 0.23 | 52.73 | 0.53 | 0.51 |
| Hex | C5 | B5 | 41 | 0 | 8 | 43 | 17 | 35 | 35 | 33 |
| Octal | 305 | 265 | 101 | 0 | 10 | 103 | 27 | 65 | 65 | 63 |
| Binary | 11000101 | 10110101 | 1000001 | 0 | 1000 | 1000011 | 10111 | 110101 | 110101 | 110011 |
Color Harmonies of #C5B541
Complementary color
Monochromatic Colors of #C5B541
Black with #C5B541
Text Example
Text Example
White with #C5B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B541; }
p { color: rgb(197,181,65); }
H1.HeaderClassName
{
color: #C5B541;
}
.AnyTagClassName
{
color: #C5B541;
}
</style>
background-color css
<style>
a { background-color: #C5B541; }
a { background-color: rgb(197,181,65); }
div.DivClassName
{
background-color: #C5B541;
}
.BgClassName
{
background-color: #C5B541;
}
</style>
border-color css
<style>
span { border-color: #C5B541; }
span { border-color: rgb(197,181,65); }
td.TdClassName
{
border-color: #C5B541;
}
.TagClassName
{
border-color: #C5B541;
}
</style>