Shades of Buddha Gold #C79D10
Tints of Buddha Gold #C79D10
RGB
CMYK
RGB Variations
Color information
#C79D10 (or 0xC79D10) is known color: Buddha Gold. HEX triplet: C7, 9D and 10. RGB value is (199,157,16). Sum of RGB (Red+Green+Blue) = 199+157+16=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D10 is #3862EF. Grayscale: #9A9A9A. Windows color (decimal): -3695344 or 1088967. OLE color: 1088967.
HSL color Cylindrical-coordinate representation of color #C79D10: hue angle of 46.23º 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 #C79D10 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.22 |
| HSL | 46.23º | 0.85% | 0.42% | - |
| HSV(B) | 46.23º | 0.92% | 0.78% | - |
| XYZ | 35.7 | 36.29 | 5.61 | - |
| YUV | 153.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 16 | 0 | 0.21 | 0.92 | 0.22 | 46.23 | 0.85 | 0.42 |
| Hex | C7 | 9D | 10 | 0 | 15 | 5C | 16 | 2E | 55 | 2A |
| Octal | 307 | 235 | 20 | 0 | 25 | 134 | 26 | 56 | 125 | 52 |
| Binary | 11000111 | 10011101 | 10000 | 0 | 10101 | 1011100 | 10110 | 101110 | 1010101 | 101010 |
Color Harmonies of #C79D10
Complementary color
Monochromatic Colors of #C79D10
Black with #C79D10
Text Example
Text Example
White with #C79D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D10; }
p { color: rgb(199,157,16); }
H1.HeaderClassName
{
color: #C79D10;
}
.AnyTagClassName
{
color: #C79D10;
}
</style>
background-color css
<style>
a { background-color: #C79D10; }
a { background-color: rgb(199,157,16); }
div.DivClassName
{
background-color: #C79D10;
}
.BgClassName
{
background-color: #C79D10;
}
</style>
border-color css
<style>
span { border-color: #C79D10; }
span { border-color: rgb(199,157,16); }
td.TdClassName
{
border-color: #C79D10;
}
.TagClassName
{
border-color: #C79D10;
}
</style>