Shades of Buddha Gold #C5A520
Tints of Buddha Gold #C5A520
RGB
CMYK
RGB Variations
Color information
#C5A520 (or 0xC5A520) is known color: Buddha Gold. HEX triplet: C5, A5 and 20. RGB value is (197,165,32). Sum of RGB (Red+Green+Blue) = 197+165+32=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A520 is #3A5ADF. Grayscale: #9F9F9F. Windows color (decimal): -3824352 or 2139589. OLE color: 2139589.
HSL color Cylindrical-coordinate representation of color #C5A520: hue angle of 48.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5A520 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.23 |
| HSL | 48.36º | 0.72% | 0.45% | - |
| HSV(B) | 48.36º | 0.84% | 0.77% | - |
| XYZ | 36.74 | 38.88 | 6.94 | - |
| YUV | 159.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 32 | 0 | 0.16 | 0.84 | 0.23 | 48.36 | 0.72 | 0.45 |
| Hex | C5 | A5 | 20 | 0 | 10 | 54 | 17 | 30 | 48 | 2D |
| Octal | 305 | 245 | 40 | 0 | 20 | 124 | 27 | 60 | 110 | 55 |
| Binary | 11000101 | 10100101 | 100000 | 0 | 10000 | 1010100 | 10111 | 110000 | 1001000 | 101101 |
Color Harmonies of #C5A520
Complementary color
Monochromatic Colors of #C5A520
Black with #C5A520
Text Example
Text Example
White with #C5A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A520; }
p { color: rgb(197,165,32); }
H1.HeaderClassName
{
color: #C5A520;
}
.AnyTagClassName
{
color: #C5A520;
}
</style>
background-color css
<style>
a { background-color: #C5A520; }
a { background-color: rgb(197,165,32); }
div.DivClassName
{
background-color: #C5A520;
}
.BgClassName
{
background-color: #C5A520;
}
</style>
border-color css
<style>
span { border-color: #C5A520; }
span { border-color: rgb(197,165,32); }
td.TdClassName
{
border-color: #C5A520;
}
.TagClassName
{
border-color: #C5A520;
}
</style>