Shades of Buddha Gold #C79F00
Tints of Buddha Gold #C79F00
RGB
CMYK
RGB Variations
Color information
#C79F00 (or 0xC79F00) is known color: Buddha Gold. HEX triplet: C7, 9F and 00. RGB value is (199,159,0). Sum of RGB (Red+Green+Blue) = 199+159+0=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79F00 is #3860FF. Grayscale: #999999. Windows color (decimal): -3694848 or 40903. OLE color: 40903.
HSL color Cylindrical-coordinate representation of color #C79F00: hue angle of 47.94º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C79F00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.22 |
| HSL | 47.94º | 1% | 0.39% | - |
| HSV(B) | 47.94º | 1% | 0.78% | - |
| XYZ | 35.95 | 36.94 | 5.23 | - |
| YUV | 152.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 0 | 0 | 0.20 | 1 | 0.22 | 47.94 | 1 | 0.39 |
| Hex | C7 | 9F | 0 | 0 | 14 | 64 | 16 | 30 | 64 | 27 |
| Octal | 307 | 237 | 0 | 0 | 24 | 144 | 26 | 60 | 144 | 47 |
| Binary | 11000111 | 10011111 | 0 | 0 | 10100 | 1100100 | 10110 | 110000 | 1100100 | 100111 |
Color Harmonies of #C79F00
Complementary color
Monochromatic Colors of #C79F00
Black with #C79F00
Text Example
Text Example
White with #C79F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F00; }
p { color: rgb(199,159,0); }
H1.HeaderClassName
{
color: #C79F00;
}
.AnyTagClassName
{
color: #C79F00;
}
</style>
background-color css
<style>
a { background-color: #C79F00; }
a { background-color: rgb(199,159,0); }
div.DivClassName
{
background-color: #C79F00;
}
.BgClassName
{
background-color: #C79F00;
}
</style>
border-color css
<style>
span { border-color: #C79F00; }
span { border-color: rgb(199,159,0); }
td.TdClassName
{
border-color: #C79F00;
}
.TagClassName
{
border-color: #C79F00;
}
</style>