Shades of Old Gold #C5B52B
Tints of Old Gold #C5B52B
RGB
CMYK
RGB Variations
Color information
#C5B52B (or 0xC5B52B) is known color: Old Gold. HEX triplet: C5, B5 and 2B. RGB value is (197,181,43). Sum of RGB (Red+Green+Blue) = 197+181+43=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B52B is #3A4AD4. Grayscale: #AAAAAA. Windows color (decimal): -3820245 or 2864581. OLE color: 2864581.
HSL color Cylindrical-coordinate representation of color #C5B52B: hue angle of 53.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5B52B is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 43 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.23 |
| HSL | 53.77º | 0.64% | 0.47% | - |
| HSV(B) | 53.77º | 0.78% | 0.77% | - |
| XYZ | 39.99 | 45.09 | 8.88 | - |
| YUV | 170.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 43 | 0 | 0.08 | 0.78 | 0.23 | 53.77 | 0.64 | 0.47 |
| Hex | C5 | B5 | 2B | 0 | 8 | 4E | 17 | 36 | 40 | 2F |
| Octal | 305 | 265 | 53 | 0 | 10 | 116 | 27 | 66 | 100 | 57 |
| Binary | 11000101 | 10110101 | 101011 | 0 | 1000 | 1001110 | 10111 | 110110 | 1000000 | 101111 |
Color Harmonies of #C5B52B
Complementary color
Monochromatic Colors of #C5B52B
Black with #C5B52B
Text Example
Text Example
White with #C5B52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B52B; }
p { color: rgb(197,181,43); }
H1.HeaderClassName
{
color: #C5B52B;
}
.AnyTagClassName
{
color: #C5B52B;
}
</style>
background-color css
<style>
a { background-color: #C5B52B; }
a { background-color: rgb(197,181,43); }
div.DivClassName
{
background-color: #C5B52B;
}
.BgClassName
{
background-color: #C5B52B;
}
</style>
border-color css
<style>
span { border-color: #C5B52B; }
span { border-color: rgb(197,181,43); }
td.TdClassName
{
border-color: #C5B52B;
}
.TagClassName
{
border-color: #C5B52B;
}
</style>