Shades of Buddha Gold #C5A815
Tints of Buddha Gold #C5A815
RGB
CMYK
RGB Variations
Color information
#C5A815 (or 0xC5A815) is known color: Buddha Gold. HEX triplet: C5, A8 and 15. RGB value is (197,168,21). Sum of RGB (Red+Green+Blue) = 197+168+21=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A815 is #3A57EA. Grayscale: #A0A0A0. Windows color (decimal): -3823595 or 1419461. OLE color: 1419461.
HSL color Cylindrical-coordinate representation of color #C5A815: hue angle of 50.11º degrees, saturation: 0.81, 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 #C5A815 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 21 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.23 |
| HSL | 50.11º | 0.81% | 0.43% | - |
| HSV(B) | 50.11º | 0.89% | 0.77% | - |
| XYZ | 37.16 | 39.93 | 6.46 | - |
| YUV | 159.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 21 | 0 | 0.15 | 0.89 | 0.23 | 50.11 | 0.81 | 0.43 |
| Hex | C5 | A8 | 15 | 0 | F | 59 | 17 | 32 | 51 | 2B |
| Octal | 305 | 250 | 25 | 0 | 17 | 131 | 27 | 62 | 121 | 53 |
| Binary | 11000101 | 10101000 | 10101 | 0 | 1111 | 1011001 | 10111 | 110010 | 1010001 | 101011 |
Color Harmonies of #C5A815
Complementary color
Monochromatic Colors of #C5A815
Black with #C5A815
Text Example
Text Example
White with #C5A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A815; }
p { color: rgb(197,168,21); }
H1.HeaderClassName
{
color: #C5A815;
}
.AnyTagClassName
{
color: #C5A815;
}
</style>
background-color css
<style>
a { background-color: #C5A815; }
a { background-color: rgb(197,168,21); }
div.DivClassName
{
background-color: #C5A815;
}
.BgClassName
{
background-color: #C5A815;
}
</style>
border-color css
<style>
span { border-color: #C5A815; }
span { border-color: rgb(197,168,21); }
td.TdClassName
{
border-color: #C5A815;
}
.TagClassName
{
border-color: #C5A815;
}
</style>