Shades of Buddha Gold #C79510
Tints of Buddha Gold #C79510
RGB
CMYK
RGB Variations
Color information
#C79510 (or 0xC79510) is known color: Buddha Gold. HEX triplet: C7, 95 and 10. RGB value is (199,149,16). Sum of RGB (Red+Green+Blue) = 199+149+16=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C79510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79510 is #386AEF. Grayscale: #959595. Windows color (decimal): -3697392 or 1086919. OLE color: 1086919.
HSL color Cylindrical-coordinate representation of color #C79510: hue angle of 43.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C79510 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.22 |
| HSL | 43.61º | 0.85% | 0.42% | - |
| HSV(B) | 43.61º | 0.92% | 0.78% | - |
| XYZ | 34.39 | 33.67 | 5.18 | - |
| YUV | 148.79 | 53.07 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 16 | 0 | 0.25 | 0.92 | 0.22 | 43.61 | 0.85 | 0.42 |
| Hex | C7 | 95 | 10 | 0 | 19 | 5C | 16 | 2C | 55 | 2A |
| Octal | 307 | 225 | 20 | 0 | 31 | 134 | 26 | 54 | 125 | 52 |
| Binary | 11000111 | 10010101 | 10000 | 0 | 11001 | 1011100 | 10110 | 101100 | 1010101 | 101010 |
Color Harmonies of #C79510
Complementary color
Monochromatic Colors of #C79510
Black with #C79510
Text Example
Text Example
White with #C79510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79510; }
p { color: rgb(199,149,16); }
H1.HeaderClassName
{
color: #C79510;
}
.AnyTagClassName
{
color: #C79510;
}
</style>
background-color css
<style>
a { background-color: #C79510; }
a { background-color: rgb(199,149,16); }
div.DivClassName
{
background-color: #C79510;
}
.BgClassName
{
background-color: #C79510;
}
</style>
border-color css
<style>
span { border-color: #C79510; }
span { border-color: rgb(199,149,16); }
td.TdClassName
{
border-color: #C79510;
}
.TagClassName
{
border-color: #C79510;
}
</style>