Shades of Buddha Gold #C5A802
Tints of Buddha Gold #C5A802
RGB
CMYK
RGB Variations
Color information
#C5A802 (or 0xC5A802) is known color: Buddha Gold. HEX triplet: C5, A8 and 02. RGB value is (197,168,2). Sum of RGB (Red+Green+Blue) = 197+168+2=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A802 is #3A57FD. Grayscale: #9E9E9E. Windows color (decimal): -3823614 or 174277. OLE color: 174277.
HSL color Cylindrical-coordinate representation of color #C5A802: hue angle of 51.08º degrees, saturation: 0.98, 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 #C5A802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.23 |
| HSL | 51.08º | 0.98% | 0.39% | - |
| HSV(B) | 51.08º | 0.99% | 0.77% | - |
| XYZ | 37.04 | 39.88 | 5.8 | - |
| YUV | 157.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 2 | 0 | 0.15 | 0.99 | 0.23 | 51.08 | 0.98 | 0.39 |
| Hex | C5 | A8 | 2 | 0 | F | 63 | 17 | 33 | 62 | 27 |
| Octal | 305 | 250 | 2 | 0 | 17 | 143 | 27 | 63 | 142 | 47 |
| Binary | 11000101 | 10101000 | 10 | 0 | 1111 | 1100011 | 10111 | 110011 | 1100010 | 100111 |
Color Harmonies of #C5A802
Complementary color
Monochromatic Colors of #C5A802
Black with #C5A802
Text Example
Text Example
White with #C5A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A802; }
p { color: rgb(197,168,2); }
H1.HeaderClassName
{
color: #C5A802;
}
.AnyTagClassName
{
color: #C5A802;
}
</style>
background-color css
<style>
a { background-color: #C5A802; }
a { background-color: rgb(197,168,2); }
div.DivClassName
{
background-color: #C5A802;
}
.BgClassName
{
background-color: #C5A802;
}
</style>
border-color css
<style>
span { border-color: #C5A802; }
span { border-color: rgb(197,168,2); }
td.TdClassName
{
border-color: #C5A802;
}
.TagClassName
{
border-color: #C5A802;
}
</style>