Shades of Buddha Gold #C5A80F
Tints of Buddha Gold #C5A80F
RGB
CMYK
RGB Variations
Color information
#C5A80F (or 0xC5A80F) is known color: Buddha Gold. HEX triplet: C5, A8 and 0F. RGB value is (197,168,15). Sum of RGB (Red+Green+Blue) = 197+168+15=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A80F is #3A57F0. Grayscale: #9F9F9F. Windows color (decimal): -3823601 or 1026245. OLE color: 1026245.
HSL color Cylindrical-coordinate representation of color #C5A80F: hue angle of 50.44º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5A80F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 15 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.23 |
| HSL | 50.44º | 0.86% | 0.42% | - |
| HSV(B) | 50.44º | 0.92% | 0.77% | - |
| XYZ | 37.11 | 39.91 | 6.2 | - |
| YUV | 159.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 15 | 0 | 0.15 | 0.92 | 0.23 | 50.44 | 0.86 | 0.42 |
| Hex | C5 | A8 | F | 0 | F | 5C | 17 | 32 | 56 | 2A |
| Octal | 305 | 250 | 17 | 0 | 17 | 134 | 27 | 62 | 126 | 52 |
| Binary | 11000101 | 10101000 | 1111 | 0 | 1111 | 1011100 | 10111 | 110010 | 1010110 | 101010 |
Color Harmonies of #C5A80F
Complementary color
Monochromatic Colors of #C5A80F
Black with #C5A80F
Text Example
Text Example
White with #C5A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A80F; }
p { color: rgb(197,168,15); }
H1.HeaderClassName
{
color: #C5A80F;
}
.AnyTagClassName
{
color: #C5A80F;
}
</style>
background-color css
<style>
a { background-color: #C5A80F; }
a { background-color: rgb(197,168,15); }
div.DivClassName
{
background-color: #C5A80F;
}
.BgClassName
{
background-color: #C5A80F;
}
</style>
border-color css
<style>
span { border-color: #C5A80F; }
span { border-color: rgb(197,168,15); }
td.TdClassName
{
border-color: #C5A80F;
}
.TagClassName
{
border-color: #C5A80F;
}
</style>