Shades of Buddha Gold #C79D14
Tints of Buddha Gold #C79D14
RGB
CMYK
RGB Variations
Color information
#C79D14 (or 0xC79D14) is known color: Buddha Gold. HEX triplet: C7, 9D and 14. RGB value is (199,157,20). Sum of RGB (Red+Green+Blue) = 199+157+20=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D14 is #3862EB. Grayscale: #9A9A9A. Windows color (decimal): -3695340 or 1351111. OLE color: 1351111.
HSL color Cylindrical-coordinate representation of color #C79D14: hue angle of 45.92º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C79D14 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.22 |
| HSL | 45.92º | 0.82% | 0.43% | - |
| HSV(B) | 45.92º | 0.9% | 0.78% | - |
| XYZ | 35.74 | 36.31 | 5.79 | - |
| YUV | 153.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 20 | 0 | 0.21 | 0.90 | 0.22 | 45.92 | 0.82 | 0.43 |
| Hex | C7 | 9D | 14 | 0 | 15 | 5A | 16 | 2E | 52 | 2B |
| Octal | 307 | 235 | 24 | 0 | 25 | 132 | 26 | 56 | 122 | 53 |
| Binary | 11000111 | 10011101 | 10100 | 0 | 10101 | 1011010 | 10110 | 101110 | 1010010 | 101011 |
Color Harmonies of #C79D14
Complementary color
Monochromatic Colors of #C79D14
Black with #C79D14
Text Example
Text Example
White with #C79D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D14; }
p { color: rgb(199,157,20); }
H1.HeaderClassName
{
color: #C79D14;
}
.AnyTagClassName
{
color: #C79D14;
}
</style>
background-color css
<style>
a { background-color: #C79D14; }
a { background-color: rgb(199,157,20); }
div.DivClassName
{
background-color: #C79D14;
}
.BgClassName
{
background-color: #C79D14;
}
</style>
border-color css
<style>
span { border-color: #C79D14; }
span { border-color: rgb(199,157,20); }
td.TdClassName
{
border-color: #C79D14;
}
.TagClassName
{
border-color: #C79D14;
}
</style>