Shades of Old Gold #C5B032
Tints of Old Gold #C5B032
RGB
CMYK
RGB Variations
Color information
#C5B032 (or 0xC5B032) is known color: Old Gold. HEX triplet: C5, B0 and 32. RGB value is (197,176,50). Sum of RGB (Red+Green+Blue) = 197+176+50=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B032 is #3A4FCD. Grayscale: #A8A8A8. Windows color (decimal): -3821518 or 3322053. OLE color: 3322053.
HSL color Cylindrical-coordinate representation of color #C5B032: hue angle of 51.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5B032 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 50 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.23 |
| HSL | 51.43º | 0.6% | 0.48% | - |
| HSV(B) | 51.43º | 0.75% | 0.77% | - |
| XYZ | 39.13 | 43.15 | 9.28 | - |
| YUV | 167.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 50 | 0 | 0.11 | 0.75 | 0.23 | 51.43 | 0.6 | 0.48 |
| Hex | C5 | B0 | 32 | 0 | B | 4B | 17 | 33 | 3C | 30 |
| Octal | 305 | 260 | 62 | 0 | 13 | 113 | 27 | 63 | 74 | 60 |
| Binary | 11000101 | 10110000 | 110010 | 0 | 1011 | 1001011 | 10111 | 110011 | 111100 | 110000 |
Color Harmonies of #C5B032
Complementary color
Monochromatic Colors of #C5B032
Black with #C5B032
Text Example
Text Example
White with #C5B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B032; }
p { color: rgb(197,176,50); }
H1.HeaderClassName
{
color: #C5B032;
}
.AnyTagClassName
{
color: #C5B032;
}
</style>
background-color css
<style>
a { background-color: #C5B032; }
a { background-color: rgb(197,176,50); }
div.DivClassName
{
background-color: #C5B032;
}
.BgClassName
{
background-color: #C5B032;
}
</style>
border-color css
<style>
span { border-color: #C5B032; }
span { border-color: rgb(197,176,50); }
td.TdClassName
{
border-color: #C5B032;
}
.TagClassName
{
border-color: #C5B032;
}
</style>