Shades of Buddha Gold #C5A710
Tints of Buddha Gold #C5A710
RGB
CMYK
RGB Variations
Color information
#C5A710 (or 0xC5A710) is known color: Buddha Gold. HEX triplet: C5, A7 and 10. RGB value is (197,167,16). Sum of RGB (Red+Green+Blue) = 197+167+16=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A710 is #3A58EF. Grayscale: #9F9F9F. Windows color (decimal): -3823856 or 1091525. OLE color: 1091525.
HSL color Cylindrical-coordinate representation of color #C5A710: hue angle of 50.06º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5A710 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.23 |
| HSL | 50.06º | 0.85% | 0.42% | - |
| HSV(B) | 50.06º | 0.92% | 0.77% | - |
| XYZ | 36.94 | 39.55 | 6.18 | - |
| YUV | 158.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 16 | 0 | 0.15 | 0.92 | 0.23 | 50.06 | 0.85 | 0.42 |
| Hex | C5 | A7 | 10 | 0 | F | 5C | 17 | 32 | 55 | 2A |
| Octal | 305 | 247 | 20 | 0 | 17 | 134 | 27 | 62 | 125 | 52 |
| Binary | 11000101 | 10100111 | 10000 | 0 | 1111 | 1011100 | 10111 | 110010 | 1010101 | 101010 |
Color Harmonies of #C5A710
Complementary color
Monochromatic Colors of #C5A710
Black with #C5A710
Text Example
Text Example
White with #C5A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A710; }
p { color: rgb(197,167,16); }
H1.HeaderClassName
{
color: #C5A710;
}
.AnyTagClassName
{
color: #C5A710;
}
</style>
background-color css
<style>
a { background-color: #C5A710; }
a { background-color: rgb(197,167,16); }
div.DivClassName
{
background-color: #C5A710;
}
.BgClassName
{
background-color: #C5A710;
}
</style>
border-color css
<style>
span { border-color: #C5A710; }
span { border-color: rgb(197,167,16); }
td.TdClassName
{
border-color: #C5A710;
}
.TagClassName
{
border-color: #C5A710;
}
</style>