Shades of Old Gold #C5B848
Tints of Old Gold #C5B848
RGB
CMYK
RGB Variations
Color information
#C5B848 (or 0xC5B848) is known color: Old Gold. HEX triplet: C5, B8 and 48. RGB value is (197,184,72). Sum of RGB (Red+Green+Blue) = 197+184+72=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B848 is #3A47B7. Grayscale: #AFAFAF. Windows color (decimal): -3819448 or 4765893. OLE color: 4765893.
HSL color Cylindrical-coordinate representation of color #C5B848: hue angle of 53.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5B848 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 72 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.23 |
| HSL | 53.76º | 0.52% | 0.53% | - |
| HSV(B) | 53.76º | 0.63% | 0.77% | - |
| XYZ | 41.34 | 46.62 | 12.95 | - |
| YUV | 175.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 72 | 0 | 0.07 | 0.63 | 0.23 | 53.76 | 0.52 | 0.53 |
| Hex | C5 | B8 | 48 | 0 | 7 | 3F | 17 | 36 | 34 | 35 |
| Octal | 305 | 270 | 110 | 0 | 7 | 77 | 27 | 66 | 64 | 65 |
| Binary | 11000101 | 10111000 | 1001000 | 0 | 111 | 111111 | 10111 | 110110 | 110100 | 110101 |
Color Harmonies of #C5B848
Complementary color
Monochromatic Colors of #C5B848
Black with #C5B848
Text Example
Text Example
White with #C5B848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B848; }
p { color: rgb(197,184,72); }
H1.HeaderClassName
{
color: #C5B848;
}
.AnyTagClassName
{
color: #C5B848;
}
</style>
background-color css
<style>
a { background-color: #C5B848; }
a { background-color: rgb(197,184,72); }
div.DivClassName
{
background-color: #C5B848;
}
.BgClassName
{
background-color: #C5B848;
}
</style>
border-color css
<style>
span { border-color: #C5B848; }
span { border-color: rgb(197,184,72); }
td.TdClassName
{
border-color: #C5B848;
}
.TagClassName
{
border-color: #C5B848;
}
</style>