Shades of Buddha Gold #C5A304
Tints of Buddha Gold #C5A304
RGB
CMYK
RGB Variations
Color information
#C5A304 (or 0xC5A304) is known color: Buddha Gold. HEX triplet: C5, A3 and 04. RGB value is (197,163,4). Sum of RGB (Red+Green+Blue) = 197+163+4=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A304 is #3A5CFB. Grayscale: #9B9B9B. Windows color (decimal): -3824892 or 304069. OLE color: 304069.
HSL color Cylindrical-coordinate representation of color #C5A304: hue angle of 49.43º degrees, saturation: 0.96, 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 #C5A304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.23 |
| HSL | 49.43º | 0.96% | 0.39% | - |
| HSV(B) | 49.43º | 0.98% | 0.77% | - |
| XYZ | 36.15 | 38.07 | 5.56 | - |
| YUV | 155.04 | 42.76 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 4 | 0 | 0.17 | 0.98 | 0.23 | 49.43 | 0.96 | 0.39 |
| Hex | C5 | A3 | 4 | 0 | 11 | 62 | 17 | 31 | 60 | 27 |
| Octal | 305 | 243 | 4 | 0 | 21 | 142 | 27 | 61 | 140 | 47 |
| Binary | 11000101 | 10100011 | 100 | 0 | 10001 | 1100010 | 10111 | 110001 | 1100000 | 100111 |
Color Harmonies of #C5A304
Complementary color
Monochromatic Colors of #C5A304
Black with #C5A304
Text Example
Text Example
White with #C5A304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A304; }
p { color: rgb(197,163,4); }
H1.HeaderClassName
{
color: #C5A304;
}
.AnyTagClassName
{
color: #C5A304;
}
</style>
background-color css
<style>
a { background-color: #C5A304; }
a { background-color: rgb(197,163,4); }
div.DivClassName
{
background-color: #C5A304;
}
.BgClassName
{
background-color: #C5A304;
}
</style>
border-color css
<style>
span { border-color: #C5A304; }
span { border-color: rgb(197,163,4); }
td.TdClassName
{
border-color: #C5A304;
}
.TagClassName
{
border-color: #C5A304;
}
</style>