Shades of Buddha Gold #C79D0F
Tints of Buddha Gold #C79D0F
RGB
CMYK
RGB Variations
Color information
#C79D0F (or 0xC79D0F) is known color: Buddha Gold. HEX triplet: C7, 9D and 0F. RGB value is (199,157,15). Sum of RGB (Red+Green+Blue) = 199+157+15=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D0F is #3862F0. Grayscale: #999999. Windows color (decimal): -3695345 or 1023431. OLE color: 1023431.
HSL color Cylindrical-coordinate representation of color #C79D0F: hue angle of 46.3º degrees, saturation: 0.86, 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 #C79D0F is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 15 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.22 |
| HSL | 46.3º | 0.86% | 0.42% | - |
| HSV(B) | 46.3º | 0.92% | 0.78% | - |
| XYZ | 35.7 | 36.29 | 5.58 | - |
| YUV | 153.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 15 | 0 | 0.21 | 0.92 | 0.22 | 46.3 | 0.86 | 0.42 |
| Hex | C7 | 9D | F | 0 | 15 | 5C | 16 | 2E | 56 | 2A |
| Octal | 307 | 235 | 17 | 0 | 25 | 134 | 26 | 56 | 126 | 52 |
| Binary | 11000111 | 10011101 | 1111 | 0 | 10101 | 1011100 | 10110 | 101110 | 1010110 | 101010 |
Color Harmonies of #C79D0F
Complementary color
Monochromatic Colors of #C79D0F
Black with #C79D0F
Text Example
Text Example
White with #C79D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D0F; }
p { color: rgb(199,157,15); }
H1.HeaderClassName
{
color: #C79D0F;
}
.AnyTagClassName
{
color: #C79D0F;
}
</style>
background-color css
<style>
a { background-color: #C79D0F; }
a { background-color: rgb(199,157,15); }
div.DivClassName
{
background-color: #C79D0F;
}
.BgClassName
{
background-color: #C79D0F;
}
</style>
border-color css
<style>
span { border-color: #C79D0F; }
span { border-color: rgb(199,157,15); }
td.TdClassName
{
border-color: #C79D0F;
}
.TagClassName
{
border-color: #C79D0F;
}
</style>