Shades of Old Gold #C5B232
Tints of Old Gold #C5B232
RGB
CMYK
RGB Variations
Color information
#C5B232 (or 0xC5B232) is known color: Old Gold. HEX triplet: C5, B2 and 32. RGB value is (197,178,50). Sum of RGB (Red+Green+Blue) = 197+178+50=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B232 is #3A4DCD. Grayscale: #A9A9A9. Windows color (decimal): -3821006 or 3322565. OLE color: 3322565.
HSL color Cylindrical-coordinate representation of color #C5B232: hue angle of 52.24º 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 #C5B232 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 50 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.23 |
| HSL | 52.24º | 0.6% | 0.48% | - |
| HSV(B) | 52.24º | 0.75% | 0.77% | - |
| XYZ | 39.52 | 43.94 | 9.42 | - |
| YUV | 169.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 50 | 0 | 0.10 | 0.75 | 0.23 | 52.24 | 0.6 | 0.48 |
| Hex | C5 | B2 | 32 | 0 | A | 4B | 17 | 34 | 3C | 30 |
| Octal | 305 | 262 | 62 | 0 | 12 | 113 | 27 | 64 | 74 | 60 |
| Binary | 11000101 | 10110010 | 110010 | 0 | 1010 | 1001011 | 10111 | 110100 | 111100 | 110000 |
Color Harmonies of #C5B232
Complementary color
Monochromatic Colors of #C5B232
Black with #C5B232
Text Example
Text Example
White with #C5B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B232; }
p { color: rgb(197,178,50); }
H1.HeaderClassName
{
color: #C5B232;
}
.AnyTagClassName
{
color: #C5B232;
}
</style>
background-color css
<style>
a { background-color: #C5B232; }
a { background-color: rgb(197,178,50); }
div.DivClassName
{
background-color: #C5B232;
}
.BgClassName
{
background-color: #C5B232;
}
</style>
border-color css
<style>
span { border-color: #C5B232; }
span { border-color: rgb(197,178,50); }
td.TdClassName
{
border-color: #C5B232;
}
.TagClassName
{
border-color: #C5B232;
}
</style>