Shades of Buddha Gold #C5A916
Tints of Buddha Gold #C5A916
RGB
CMYK
RGB Variations
Color information
#C5A916 (or 0xC5A916) is known color: Buddha Gold. HEX triplet: C5, A9 and 16. RGB value is (197,169,22). Sum of RGB (Red+Green+Blue) = 197+169+22=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A916 is #3A56E9. Grayscale: #A1A1A1. Windows color (decimal): -3823338 or 1485253. OLE color: 1485253.
HSL color Cylindrical-coordinate representation of color #C5A916: hue angle of 50.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A916 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.23 |
| HSL | 50.4º | 0.8% | 0.43% | - |
| HSV(B) | 50.4º | 0.89% | 0.77% | - |
| XYZ | 37.36 | 40.3 | 6.57 | - |
| YUV | 160.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 22 | 0 | 0.14 | 0.89 | 0.23 | 50.4 | 0.8 | 0.43 |
| Hex | C5 | A9 | 16 | 0 | E | 59 | 17 | 32 | 50 | 2B |
| Octal | 305 | 251 | 26 | 0 | 16 | 131 | 27 | 62 | 120 | 53 |
| Binary | 11000101 | 10101001 | 10110 | 0 | 1110 | 1011001 | 10111 | 110010 | 1010000 | 101011 |
Color Harmonies of #C5A916
Complementary color
Monochromatic Colors of #C5A916
Black with #C5A916
Text Example
Text Example
White with #C5A916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A916; }
p { color: rgb(197,169,22); }
H1.HeaderClassName
{
color: #C5A916;
}
.AnyTagClassName
{
color: #C5A916;
}
</style>
background-color css
<style>
a { background-color: #C5A916; }
a { background-color: rgb(197,169,22); }
div.DivClassName
{
background-color: #C5A916;
}
.BgClassName
{
background-color: #C5A916;
}
</style>
border-color css
<style>
span { border-color: #C5A916; }
span { border-color: rgb(197,169,22); }
td.TdClassName
{
border-color: #C5A916;
}
.TagClassName
{
border-color: #C5A916;
}
</style>