Shades of Buddha Gold #C79710
Tints of Buddha Gold #C79710
RGB
CMYK
RGB Variations
Color information
#C79710 (or 0xC79710) is known color: Buddha Gold. HEX triplet: C7, 97 and 10. RGB value is (199,151,16). Sum of RGB (Red+Green+Blue) = 199+151+16=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C79710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79710 is #3868EF. Grayscale: #969696. Windows color (decimal): -3696880 or 1087431. OLE color: 1087431.
HSL color Cylindrical-coordinate representation of color #C79710: hue angle of 44.26º 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 #C79710 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.22 |
| HSL | 44.26º | 0.85% | 0.42% | - |
| HSV(B) | 44.26º | 0.92% | 0.78% | - |
| XYZ | 34.71 | 34.31 | 5.28 | - |
| YUV | 149.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 16 | 0 | 0.24 | 0.92 | 0.22 | 44.26 | 0.85 | 0.42 |
| Hex | C7 | 97 | 10 | 0 | 18 | 5C | 16 | 2C | 55 | 2A |
| Octal | 307 | 227 | 20 | 0 | 30 | 134 | 26 | 54 | 125 | 52 |
| Binary | 11000111 | 10010111 | 10000 | 0 | 11000 | 1011100 | 10110 | 101100 | 1010101 | 101010 |
Color Harmonies of #C79710
Complementary color
Monochromatic Colors of #C79710
Black with #C79710
Text Example
Text Example
White with #C79710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79710; }
p { color: rgb(199,151,16); }
H1.HeaderClassName
{
color: #C79710;
}
.AnyTagClassName
{
color: #C79710;
}
</style>
background-color css
<style>
a { background-color: #C79710; }
a { background-color: rgb(199,151,16); }
div.DivClassName
{
background-color: #C79710;
}
.BgClassName
{
background-color: #C79710;
}
</style>
border-color css
<style>
span { border-color: #C79710; }
span { border-color: rgb(199,151,16); }
td.TdClassName
{
border-color: #C79710;
}
.TagClassName
{
border-color: #C79710;
}
</style>