Shades of Buddha Gold #C5A421
Tints of Buddha Gold #C5A421
RGB
CMYK
RGB Variations
Color information
#C5A421 (or 0xC5A421) is known color: Buddha Gold. HEX triplet: C5, A4 and 21. RGB value is (197,164,33). Sum of RGB (Red+Green+Blue) = 197+164+33=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A421 is #3A5BDE. Grayscale: #9F9F9F. Windows color (decimal): -3824607 or 2204869. OLE color: 2204869.
HSL color Cylindrical-coordinate representation of color #C5A421: hue angle of 47.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5A421 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 33 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.23 |
| HSL | 47.93º | 0.71% | 0.45% | - |
| HSV(B) | 47.93º | 0.83% | 0.77% | - |
| XYZ | 36.58 | 38.53 | 6.95 | - |
| YUV | 158.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 33 | 0 | 0.17 | 0.83 | 0.23 | 47.93 | 0.71 | 0.45 |
| Hex | C5 | A4 | 21 | 0 | 11 | 53 | 17 | 30 | 47 | 2D |
| Octal | 305 | 244 | 41 | 0 | 21 | 123 | 27 | 60 | 107 | 55 |
| Binary | 11000101 | 10100100 | 100001 | 0 | 10001 | 1010011 | 10111 | 110000 | 1000111 | 101101 |
Color Harmonies of #C5A421
Complementary color
Monochromatic Colors of #C5A421
Black with #C5A421
Text Example
Text Example
White with #C5A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A421; }
p { color: rgb(197,164,33); }
H1.HeaderClassName
{
color: #C5A421;
}
.AnyTagClassName
{
color: #C5A421;
}
</style>
background-color css
<style>
a { background-color: #C5A421; }
a { background-color: rgb(197,164,33); }
div.DivClassName
{
background-color: #C5A421;
}
.BgClassName
{
background-color: #C5A421;
}
</style>
border-color css
<style>
span { border-color: #C5A421; }
span { border-color: rgb(197,164,33); }
td.TdClassName
{
border-color: #C5A421;
}
.TagClassName
{
border-color: #C5A421;
}
</style>