Shades of Buddha Gold #C5A404
Tints of Buddha Gold #C5A404
RGB
CMYK
RGB Variations
Color information
#C5A404 (or 0xC5A404) is known color: Buddha Gold. HEX triplet: C5, A4 and 04. RGB value is (197,164,4). Sum of RGB (Red+Green+Blue) = 197+164+4=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A404 is #3A5BFB. Grayscale: #9C9C9C. Windows color (decimal): -3824636 or 304325. OLE color: 304325.
HSL color Cylindrical-coordinate representation of color #C5A404: hue angle of 49.74º 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 #C5A404 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.23 |
| HSL | 49.74º | 0.96% | 0.39% | - |
| HSV(B) | 49.74º | 0.98% | 0.77% | - |
| XYZ | 36.32 | 38.43 | 5.62 | - |
| YUV | 155.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 4 | 0 | 0.17 | 0.98 | 0.23 | 49.74 | 0.96 | 0.39 |
| Hex | C5 | A4 | 4 | 0 | 11 | 62 | 17 | 32 | 60 | 27 |
| Octal | 305 | 244 | 4 | 0 | 21 | 142 | 27 | 62 | 140 | 47 |
| Binary | 11000101 | 10100100 | 100 | 0 | 10001 | 1100010 | 10111 | 110010 | 1100000 | 100111 |
Color Harmonies of #C5A404
Complementary color
Monochromatic Colors of #C5A404
Black with #C5A404
Text Example
Text Example
White with #C5A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A404; }
p { color: rgb(197,164,4); }
H1.HeaderClassName
{
color: #C5A404;
}
.AnyTagClassName
{
color: #C5A404;
}
</style>
background-color css
<style>
a { background-color: #C5A404; }
a { background-color: rgb(197,164,4); }
div.DivClassName
{
background-color: #C5A404;
}
.BgClassName
{
background-color: #C5A404;
}
</style>
border-color css
<style>
span { border-color: #C5A404; }
span { border-color: rgb(197,164,4); }
td.TdClassName
{
border-color: #C5A404;
}
.TagClassName
{
border-color: #C5A404;
}
</style>