Shades of Buddha Gold #C5A711
Tints of Buddha Gold #C5A711
RGB
CMYK
RGB Variations
Color information
#C5A711 (or 0xC5A711) is known color: Buddha Gold. HEX triplet: C5, A7 and 11. RGB value is (197,167,17). Sum of RGB (Red+Green+Blue) = 197+167+17=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A711 is #3A58EE. Grayscale: #9F9F9F. Windows color (decimal): -3823855 or 1157061. OLE color: 1157061.
HSL color Cylindrical-coordinate representation of color #C5A711: hue angle of 50º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5A711 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 17 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.23 |
| HSL | 50º | 0.84% | 0.42% | - |
| HSV(B) | 50º | 0.91% | 0.77% | - |
| XYZ | 36.95 | 39.55 | 6.22 | - |
| YUV | 158.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 17 | 0 | 0.15 | 0.91 | 0.23 | 50 | 0.84 | 0.42 |
| Hex | C5 | A7 | 11 | 0 | F | 5B | 17 | 32 | 54 | 2A |
| Octal | 305 | 247 | 21 | 0 | 17 | 133 | 27 | 62 | 124 | 52 |
| Binary | 11000101 | 10100111 | 10001 | 0 | 1111 | 1011011 | 10111 | 110010 | 1010100 | 101010 |
Color Harmonies of #C5A711
Complementary color
Monochromatic Colors of #C5A711
Black with #C5A711
Text Example
Text Example
White with #C5A711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A711; }
p { color: rgb(197,167,17); }
H1.HeaderClassName
{
color: #C5A711;
}
.AnyTagClassName
{
color: #C5A711;
}
</style>
background-color css
<style>
a { background-color: #C5A711; }
a { background-color: rgb(197,167,17); }
div.DivClassName
{
background-color: #C5A711;
}
.BgClassName
{
background-color: #C5A711;
}
</style>
border-color css
<style>
span { border-color: #C5A711; }
span { border-color: rgb(197,167,17); }
td.TdClassName
{
border-color: #C5A711;
}
.TagClassName
{
border-color: #C5A711;
}
</style>