Shades of Buddha Gold #C5A214
Tints of Buddha Gold #C5A214
RGB
CMYK
RGB Variations
Color information
#C5A214 (or 0xC5A214) is known color: Buddha Gold. HEX triplet: C5, A2 and 14. RGB value is (197,162,20). Sum of RGB (Red+Green+Blue) = 197+162+20=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A214 is #3A5DEB. Grayscale: #9C9C9C. Windows color (decimal): -3825132 or 1352389. OLE color: 1352389.
HSL color Cylindrical-coordinate representation of color #C5A214: hue angle of 48.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5A214 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.23 |
| HSL | 48.14º | 0.82% | 0.43% | - |
| HSV(B) | 48.14º | 0.9% | 0.77% | - |
| XYZ | 36.07 | 37.76 | 6.05 | - |
| YUV | 156.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 20 | 0 | 0.18 | 0.90 | 0.23 | 48.14 | 0.82 | 0.43 |
| Hex | C5 | A2 | 14 | 0 | 12 | 5A | 17 | 30 | 52 | 2B |
| Octal | 305 | 242 | 24 | 0 | 22 | 132 | 27 | 60 | 122 | 53 |
| Binary | 11000101 | 10100010 | 10100 | 0 | 10010 | 1011010 | 10111 | 110000 | 1010010 | 101011 |
Color Harmonies of #C5A214
Complementary color
Monochromatic Colors of #C5A214
Black with #C5A214
Text Example
Text Example
White with #C5A214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A214; }
p { color: rgb(197,162,20); }
H1.HeaderClassName
{
color: #C5A214;
}
.AnyTagClassName
{
color: #C5A214;
}
</style>
background-color css
<style>
a { background-color: #C5A214; }
a { background-color: rgb(197,162,20); }
div.DivClassName
{
background-color: #C5A214;
}
.BgClassName
{
background-color: #C5A214;
}
</style>
border-color css
<style>
span { border-color: #C5A214; }
span { border-color: rgb(197,162,20); }
td.TdClassName
{
border-color: #C5A214;
}
.TagClassName
{
border-color: #C5A214;
}
</style>