Shades of Buddha Gold #C5A40C
Tints of Buddha Gold #C5A40C
RGB
CMYK
RGB Variations
Color information
#C5A40C (or 0xC5A40C) is known color: Buddha Gold. HEX triplet: C5, A4 and 0C. RGB value is (197,164,12). Sum of RGB (Red+Green+Blue) = 197+164+12=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A40C is #3A5BF3. Grayscale: #9D9D9D. Windows color (decimal): -3824628 or 828613. OLE color: 828613.
HSL color Cylindrical-coordinate representation of color #C5A40C: hue angle of 49.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5A40C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.23 |
| HSL | 49.3º | 0.89% | 0.41% | - |
| HSV(B) | 49.3º | 0.94% | 0.77% | - |
| XYZ | 36.37 | 38.45 | 5.85 | - |
| YUV | 156.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 12 | 0 | 0.17 | 0.94 | 0.23 | 49.3 | 0.89 | 0.41 |
| Hex | C5 | A4 | C | 0 | 11 | 5E | 17 | 31 | 59 | 29 |
| Octal | 305 | 244 | 14 | 0 | 21 | 136 | 27 | 61 | 131 | 51 |
| Binary | 11000101 | 10100100 | 1100 | 0 | 10001 | 1011110 | 10111 | 110001 | 1011001 | 101001 |
Color Harmonies of #C5A40C
Complementary color
Monochromatic Colors of #C5A40C
Black with #C5A40C
Text Example
Text Example
White with #C5A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A40C; }
p { color: rgb(197,164,12); }
H1.HeaderClassName
{
color: #C5A40C;
}
.AnyTagClassName
{
color: #C5A40C;
}
</style>
background-color css
<style>
a { background-color: #C5A40C; }
a { background-color: rgb(197,164,12); }
div.DivClassName
{
background-color: #C5A40C;
}
.BgClassName
{
background-color: #C5A40C;
}
</style>
border-color css
<style>
span { border-color: #C5A40C; }
span { border-color: rgb(197,164,12); }
td.TdClassName
{
border-color: #C5A40C;
}
.TagClassName
{
border-color: #C5A40C;
}
</style>