Shades of Buddha Gold #C5A703
Tints of Buddha Gold #C5A703
RGB
CMYK
RGB Variations
Color information
#C5A703 (or 0xC5A703) is known color: Buddha Gold. HEX triplet: C5, A7 and 03. RGB value is (197,167,3). Sum of RGB (Red+Green+Blue) = 197+167+3=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A703 is #3A58FC. Grayscale: #9D9D9D. Windows color (decimal): -3823869 or 239557. OLE color: 239557.
HSL color Cylindrical-coordinate representation of color #C5A703: hue angle of 50.72º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5A703 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.23 |
| HSL | 50.72º | 0.97% | 0.39% | - |
| HSV(B) | 50.72º | 0.98% | 0.77% | - |
| XYZ | 36.86 | 39.51 | 5.77 | - |
| YUV | 157.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 3 | 0 | 0.15 | 0.98 | 0.23 | 50.72 | 0.97 | 0.39 |
| Hex | C5 | A7 | 3 | 0 | F | 62 | 17 | 33 | 61 | 27 |
| Octal | 305 | 247 | 3 | 0 | 17 | 142 | 27 | 63 | 141 | 47 |
| Binary | 11000101 | 10100111 | 11 | 0 | 1111 | 1100010 | 10111 | 110011 | 1100001 | 100111 |
Color Harmonies of #C5A703
Complementary color
Monochromatic Colors of #C5A703
Black with #C5A703
Text Example
Text Example
White with #C5A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A703; }
p { color: rgb(197,167,3); }
H1.HeaderClassName
{
color: #C5A703;
}
.AnyTagClassName
{
color: #C5A703;
}
</style>
background-color css
<style>
a { background-color: #C5A703; }
a { background-color: rgb(197,167,3); }
div.DivClassName
{
background-color: #C5A703;
}
.BgClassName
{
background-color: #C5A703;
}
</style>
border-color css
<style>
span { border-color: #C5A703; }
span { border-color: rgb(197,167,3); }
td.TdClassName
{
border-color: #C5A703;
}
.TagClassName
{
border-color: #C5A703;
}
</style>