Shades of Buddha Gold #C5A400
Tints of Buddha Gold #C5A400
RGB
CMYK
RGB Variations
Color information
#C5A400 (or 0xC5A400) is known color: Buddha Gold. HEX triplet: C5, A4 and 00. RGB value is (197,164,0). Sum of RGB (Red+Green+Blue) = 197+164+0=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A400 is #3A5BFF. Grayscale: #9B9B9B. Windows color (decimal): -3824640 or 42181. OLE color: 42181.
HSL color Cylindrical-coordinate representation of color #C5A400: hue angle of 49.95º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5A400 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.23 |
| HSL | 49.95º | 1% | 0.39% | - |
| HSV(B) | 49.95º | 1% | 0.77% | - |
| XYZ | 36.3 | 38.42 | 5.5 | - |
| YUV | 155.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 0 | 0 | 0.17 | 1 | 0.23 | 49.95 | 1 | 0.39 |
| Hex | C5 | A4 | 0 | 0 | 11 | 64 | 17 | 32 | 64 | 27 |
| Octal | 305 | 244 | 0 | 0 | 21 | 144 | 27 | 62 | 144 | 47 |
| Binary | 11000101 | 10100100 | 0 | 0 | 10001 | 1100100 | 10111 | 110010 | 1100100 | 100111 |
Color Harmonies of #C5A400
Complementary color
Monochromatic Colors of #C5A400
Black with #C5A400
Text Example
Text Example
White with #C5A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A400; }
p { color: rgb(197,164,0); }
H1.HeaderClassName
{
color: #C5A400;
}
.AnyTagClassName
{
color: #C5A400;
}
</style>
background-color css
<style>
a { background-color: #C5A400; }
a { background-color: rgb(197,164,0); }
div.DivClassName
{
background-color: #C5A400;
}
.BgClassName
{
background-color: #C5A400;
}
</style>
border-color css
<style>
span { border-color: #C5A400; }
span { border-color: rgb(197,164,0); }
td.TdClassName
{
border-color: #C5A400;
}
.TagClassName
{
border-color: #C5A400;
}
</style>