Shades of Old Gold #C5B130
Tints of Old Gold #C5B130
RGB
CMYK
RGB Variations
Color information
#C5B130 (or 0xC5B130) is known color: Old Gold. HEX triplet: C5, B1 and 30. RGB value is (197,177,48). Sum of RGB (Red+Green+Blue) = 197+177+48=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B130 is #3A4ECF. Grayscale: #A8A8A8. Windows color (decimal): -3821264 or 3191237. OLE color: 3191237.
HSL color Cylindrical-coordinate representation of color #C5B130: hue angle of 51.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5B130 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 48 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.23 |
| HSL | 51.95º | 0.61% | 0.48% | - |
| HSV(B) | 51.95º | 0.76% | 0.77% | - |
| XYZ | 39.28 | 43.53 | 9.13 | - |
| YUV | 168.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 48 | 0 | 0.10 | 0.76 | 0.23 | 51.95 | 0.61 | 0.48 |
| Hex | C5 | B1 | 30 | 0 | A | 4C | 17 | 34 | 3D | 30 |
| Octal | 305 | 261 | 60 | 0 | 12 | 114 | 27 | 64 | 75 | 60 |
| Binary | 11000101 | 10110001 | 110000 | 0 | 1010 | 1001100 | 10111 | 110100 | 111101 | 110000 |
Color Harmonies of #C5B130
Complementary color
Monochromatic Colors of #C5B130
Black with #C5B130
Text Example
Text Example
White with #C5B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B130; }
p { color: rgb(197,177,48); }
H1.HeaderClassName
{
color: #C5B130;
}
.AnyTagClassName
{
color: #C5B130;
}
</style>
background-color css
<style>
a { background-color: #C5B130; }
a { background-color: rgb(197,177,48); }
div.DivClassName
{
background-color: #C5B130;
}
.BgClassName
{
background-color: #C5B130;
}
</style>
border-color css
<style>
span { border-color: #C5B130; }
span { border-color: rgb(197,177,48); }
td.TdClassName
{
border-color: #C5B130;
}
.TagClassName
{
border-color: #C5B130;
}
</style>