Shades of Buddha Gold #C79F0B
Tints of Buddha Gold #C79F0B
RGB
CMYK
RGB Variations
Color information
#C79F0B (or 0xC79F0B) is known color: Buddha Gold. HEX triplet: C7, 9F and 0B. RGB value is (199,159,11). Sum of RGB (Red+Green+Blue) = 199+159+11=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79F0B is #3860F4. Grayscale: #9A9A9A. Windows color (decimal): -3694837 or 761799. OLE color: 761799.
HSL color Cylindrical-coordinate representation of color #C79F0B: hue angle of 47.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C79F0B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 11 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.22 |
| HSL | 47.23º | 0.9% | 0.41% | - |
| HSV(B) | 47.23º | 0.94% | 0.78% | - |
| XYZ | 36.01 | 36.96 | 5.55 | - |
| YUV | 154.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 11 | 0 | 0.20 | 0.94 | 0.22 | 47.23 | 0.9 | 0.41 |
| Hex | C7 | 9F | B | 0 | 14 | 5E | 16 | 2F | 5A | 29 |
| Octal | 307 | 237 | 13 | 0 | 24 | 136 | 26 | 57 | 132 | 51 |
| Binary | 11000111 | 10011111 | 1011 | 0 | 10100 | 1011110 | 10110 | 101111 | 1011010 | 101001 |
Color Harmonies of #C79F0B
Complementary color
Monochromatic Colors of #C79F0B
Black with #C79F0B
Text Example
Text Example
White with #C79F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F0B; }
p { color: rgb(199,159,11); }
H1.HeaderClassName
{
color: #C79F0B;
}
.AnyTagClassName
{
color: #C79F0B;
}
</style>
background-color css
<style>
a { background-color: #C79F0B; }
a { background-color: rgb(199,159,11); }
div.DivClassName
{
background-color: #C79F0B;
}
.BgClassName
{
background-color: #C79F0B;
}
</style>
border-color css
<style>
span { border-color: #C79F0B; }
span { border-color: rgb(199,159,11); }
td.TdClassName
{
border-color: #C79F0B;
}
.TagClassName
{
border-color: #C79F0B;
}
</style>