Shades of Buddha Gold #C5A819
Tints of Buddha Gold #C5A819
RGB
CMYK
RGB Variations
Color information
#C5A819 (or 0xC5A819) is known color: Buddha Gold. HEX triplet: C5, A8 and 19. RGB value is (197,168,25). Sum of RGB (Red+Green+Blue) = 197+168+25=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A819 is #3A57E6. Grayscale: #A0A0A0. Windows color (decimal): -3823591 or 1681605. OLE color: 1681605.
HSL color Cylindrical-coordinate representation of color #C5A819: hue angle of 49.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5A819 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 25 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.23 |
| HSL | 49.88º | 0.77% | 0.44% | - |
| HSV(B) | 49.88º | 0.87% | 0.77% | - |
| XYZ | 37.2 | 39.95 | 6.67 | - |
| YUV | 160.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 25 | 0 | 0.15 | 0.87 | 0.23 | 49.88 | 0.77 | 0.44 |
| Hex | C5 | A8 | 19 | 0 | F | 57 | 17 | 32 | 4D | 2C |
| Octal | 305 | 250 | 31 | 0 | 17 | 127 | 27 | 62 | 115 | 54 |
| Binary | 11000101 | 10101000 | 11001 | 0 | 1111 | 1010111 | 10111 | 110010 | 1001101 | 101100 |
Color Harmonies of #C5A819
Complementary color
Monochromatic Colors of #C5A819
Black with #C5A819
Text Example
Text Example
White with #C5A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A819; }
p { color: rgb(197,168,25); }
H1.HeaderClassName
{
color: #C5A819;
}
.AnyTagClassName
{
color: #C5A819;
}
</style>
background-color css
<style>
a { background-color: #C5A819; }
a { background-color: rgb(197,168,25); }
div.DivClassName
{
background-color: #C5A819;
}
.BgClassName
{
background-color: #C5A819;
}
</style>
border-color css
<style>
span { border-color: #C5A819; }
span { border-color: rgb(197,168,25); }
td.TdClassName
{
border-color: #C5A819;
}
.TagClassName
{
border-color: #C5A819;
}
</style>