Shades of Buddha Gold #C5A801
Tints of Buddha Gold #C5A801
RGB
CMYK
RGB Variations
Color information
#C5A801 (or 0xC5A801) is known color: Buddha Gold. HEX triplet: C5, A8 and 01. RGB value is (197,168,1). Sum of RGB (Red+Green+Blue) = 197+168+1=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A801 is #3A57FE. Grayscale: #9E9E9E. Windows color (decimal): -3823615 or 108741. OLE color: 108741.
HSL color Cylindrical-coordinate representation of color #C5A801: hue angle of 51.12º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A801 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.23 |
| HSL | 51.12º | 0.99% | 0.39% | - |
| HSV(B) | 51.12º | 0.99% | 0.77% | - |
| XYZ | 37.03 | 39.88 | 5.77 | - |
| YUV | 157.63 | 39.61 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 1 | 0 | 0.15 | 0.99 | 0.23 | 51.12 | 0.99 | 0.39 |
| Hex | C5 | A8 | 1 | 0 | F | 63 | 17 | 33 | 63 | 27 |
| Octal | 305 | 250 | 1 | 0 | 17 | 143 | 27 | 63 | 143 | 47 |
| Binary | 11000101 | 10101000 | 1 | 0 | 1111 | 1100011 | 10111 | 110011 | 1100011 | 100111 |
Color Harmonies of #C5A801
Complementary color
Monochromatic Colors of #C5A801
Black with #C5A801
Text Example
Text Example
White with #C5A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A801; }
p { color: rgb(197,168,1); }
H1.HeaderClassName
{
color: #C5A801;
}
.AnyTagClassName
{
color: #C5A801;
}
</style>
background-color css
<style>
a { background-color: #C5A801; }
a { background-color: rgb(197,168,1); }
div.DivClassName
{
background-color: #C5A801;
}
.BgClassName
{
background-color: #C5A801;
}
</style>
border-color css
<style>
span { border-color: #C5A801; }
span { border-color: rgb(197,168,1); }
td.TdClassName
{
border-color: #C5A801;
}
.TagClassName
{
border-color: #C5A801;
}
</style>