Shades of Buddha Gold #C5A71B
Tints of Buddha Gold #C5A71B
RGB
CMYK
RGB Variations
Color information
#C5A71B (or 0xC5A71B) is known color: Buddha Gold. HEX triplet: C5, A7 and 1B. RGB value is (197,167,27). Sum of RGB (Red+Green+Blue) = 197+167+27=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A71B is #3A58E4. Grayscale: #A0A0A0. Windows color (decimal): -3823845 or 1812421. OLE color: 1812421.
HSL color Cylindrical-coordinate representation of color #C5A71B: hue angle of 49.41º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A71B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 27 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.23 |
| HSL | 49.41º | 0.76% | 0.44% | - |
| HSV(B) | 49.41º | 0.86% | 0.77% | - |
| XYZ | 37.04 | 39.59 | 6.73 | - |
| YUV | 160.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 27 | 0 | 0.15 | 0.86 | 0.23 | 49.41 | 0.76 | 0.44 |
| Hex | C5 | A7 | 1B | 0 | F | 56 | 17 | 31 | 4C | 2C |
| Octal | 305 | 247 | 33 | 0 | 17 | 126 | 27 | 61 | 114 | 54 |
| Binary | 11000101 | 10100111 | 11011 | 0 | 1111 | 1010110 | 10111 | 110001 | 1001100 | 101100 |
Color Harmonies of #C5A71B
Complementary color
Monochromatic Colors of #C5A71B
Black with #C5A71B
Text Example
Text Example
White with #C5A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A71B; }
p { color: rgb(197,167,27); }
H1.HeaderClassName
{
color: #C5A71B;
}
.AnyTagClassName
{
color: #C5A71B;
}
</style>
background-color css
<style>
a { background-color: #C5A71B; }
a { background-color: rgb(197,167,27); }
div.DivClassName
{
background-color: #C5A71B;
}
.BgClassName
{
background-color: #C5A71B;
}
</style>
border-color css
<style>
span { border-color: #C5A71B; }
span { border-color: rgb(197,167,27); }
td.TdClassName
{
border-color: #C5A71B;
}
.TagClassName
{
border-color: #C5A71B;
}
</style>