Shades of Buddha Gold #C5A204
Tints of Buddha Gold #C5A204
RGB
CMYK
RGB Variations
Color information
#C5A204 (or 0xC5A204) is known color: Buddha Gold. HEX triplet: C5, A2 and 04. RGB value is (197,162,4). Sum of RGB (Red+Green+Blue) = 197+162+4=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A204 is #3A5DFB. Grayscale: #9B9B9B. Windows color (decimal): -3825148 or 303813. OLE color: 303813.
HSL color Cylindrical-coordinate representation of color #C5A204: hue angle of 49.12º 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 #C5A204 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.23 |
| HSL | 49.12º | 0.96% | 0.39% | - |
| HSV(B) | 49.12º | 0.98% | 0.77% | - |
| XYZ | 35.97 | 37.72 | 5.5 | - |
| YUV | 154.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 4 | 0 | 0.18 | 0.98 | 0.23 | 49.12 | 0.96 | 0.39 |
| Hex | C5 | A2 | 4 | 0 | 12 | 62 | 17 | 31 | 60 | 27 |
| Octal | 305 | 242 | 4 | 0 | 22 | 142 | 27 | 61 | 140 | 47 |
| Binary | 11000101 | 10100010 | 100 | 0 | 10010 | 1100010 | 10111 | 110001 | 1100000 | 100111 |
Color Harmonies of #C5A204
Complementary color
Monochromatic Colors of #C5A204
Black with #C5A204
Text Example
Text Example
White with #C5A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A204; }
p { color: rgb(197,162,4); }
H1.HeaderClassName
{
color: #C5A204;
}
.AnyTagClassName
{
color: #C5A204;
}
</style>
background-color css
<style>
a { background-color: #C5A204; }
a { background-color: rgb(197,162,4); }
div.DivClassName
{
background-color: #C5A204;
}
.BgClassName
{
background-color: #C5A204;
}
</style>
border-color css
<style>
span { border-color: #C5A204; }
span { border-color: rgb(197,162,4); }
td.TdClassName
{
border-color: #C5A204;
}
.TagClassName
{
border-color: #C5A204;
}
</style>