Shades of Old Gold #C5B532
Tints of Old Gold #C5B532
RGB
CMYK
RGB Variations
Color information
#C5B532 (or 0xC5B532) is known color: Old Gold. HEX triplet: C5, B5 and 32. RGB value is (197,181,50). Sum of RGB (Red+Green+Blue) = 197+181+50=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B532 is #3A4ACD. Grayscale: #ABABAB. Windows color (decimal): -3820238 or 3323333. OLE color: 3323333.
HSL color Cylindrical-coordinate representation of color #C5B532: hue angle of 53.47º 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 #C5B532 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 50 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.23 |
| HSL | 53.47º | 0.6% | 0.48% | - |
| HSV(B) | 53.47º | 0.75% | 0.77% | - |
| XYZ | 40.13 | 45.15 | 9.62 | - |
| YUV | 170.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 50 | 0 | 0.08 | 0.75 | 0.23 | 53.47 | 0.6 | 0.48 |
| Hex | C5 | B5 | 32 | 0 | 8 | 4B | 17 | 35 | 3C | 30 |
| Octal | 305 | 265 | 62 | 0 | 10 | 113 | 27 | 65 | 74 | 60 |
| Binary | 11000101 | 10110101 | 110010 | 0 | 1000 | 1001011 | 10111 | 110101 | 111100 | 110000 |
Color Harmonies of #C5B532
Complementary color
Monochromatic Colors of #C5B532
Black with #C5B532
Text Example
Text Example
White with #C5B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B532; }
p { color: rgb(197,181,50); }
H1.HeaderClassName
{
color: #C5B532;
}
.AnyTagClassName
{
color: #C5B532;
}
</style>
background-color css
<style>
a { background-color: #C5B532; }
a { background-color: rgb(197,181,50); }
div.DivClassName
{
background-color: #C5B532;
}
.BgClassName
{
background-color: #C5B532;
}
</style>
border-color css
<style>
span { border-color: #C5B532; }
span { border-color: rgb(197,181,50); }
td.TdClassName
{
border-color: #C5B532;
}
.TagClassName
{
border-color: #C5B532;
}
</style>