Shades of Buddha Gold #C5A701
Tints of Buddha Gold #C5A701
RGB
CMYK
RGB Variations
Color information
#C5A701 (or 0xC5A701) is known color: Buddha Gold. HEX triplet: C5, A7 and 01. RGB value is (197,167,1). Sum of RGB (Red+Green+Blue) = 197+167+1=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A701 is #3A58FE. Grayscale: #9D9D9D. Windows color (decimal): -3823871 or 108485. OLE color: 108485.
HSL color Cylindrical-coordinate representation of color #C5A701: hue angle of 50.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A701 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.23 |
| HSL | 50.82º | 0.99% | 0.39% | - |
| HSV(B) | 50.82º | 0.99% | 0.77% | - |
| XYZ | 36.85 | 39.51 | 5.71 | - |
| YUV | 157.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 1 | 0 | 0.15 | 0.99 | 0.23 | 50.82 | 0.99 | 0.39 |
| Hex | C5 | A7 | 1 | 0 | F | 63 | 17 | 33 | 63 | 27 |
| Octal | 305 | 247 | 1 | 0 | 17 | 143 | 27 | 63 | 143 | 47 |
| Binary | 11000101 | 10100111 | 1 | 0 | 1111 | 1100011 | 10111 | 110011 | 1100011 | 100111 |
Color Harmonies of #C5A701
Complementary color
Monochromatic Colors of #C5A701
Black with #C5A701
Text Example
Text Example
White with #C5A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A701; }
p { color: rgb(197,167,1); }
H1.HeaderClassName
{
color: #C5A701;
}
.AnyTagClassName
{
color: #C5A701;
}
</style>
background-color css
<style>
a { background-color: #C5A701; }
a { background-color: rgb(197,167,1); }
div.DivClassName
{
background-color: #C5A701;
}
.BgClassName
{
background-color: #C5A701;
}
</style>
border-color css
<style>
span { border-color: #C5A701; }
span { border-color: rgb(197,167,1); }
td.TdClassName
{
border-color: #C5A701;
}
.TagClassName
{
border-color: #C5A701;
}
</style>