Shades of Buddha Gold #C79D0B
Tints of Buddha Gold #C79D0B
RGB
CMYK
RGB Variations
Color information
#C79D0B (or 0xC79D0B) is known color: Buddha Gold. HEX triplet: C7, 9D and 0B. RGB value is (199,157,11). Sum of RGB (Red+Green+Blue) = 199+157+11=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D0B is #3862F4. Grayscale: #999999. Windows color (decimal): -3695349 or 761287. OLE color: 761287.
HSL color Cylindrical-coordinate representation of color #C79D0B: hue angle of 46.6º 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 #C79D0B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.22 |
| HSL | 46.6º | 0.9% | 0.41% | - |
| HSV(B) | 46.6º | 0.94% | 0.78% | - |
| XYZ | 35.67 | 36.28 | 5.44 | - |
| YUV | 152.91 | 47.91 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 11 | 0 | 0.21 | 0.94 | 0.22 | 46.6 | 0.9 | 0.41 |
| Hex | C7 | 9D | B | 0 | 15 | 5E | 16 | 2F | 5A | 29 |
| Octal | 307 | 235 | 13 | 0 | 25 | 136 | 26 | 57 | 132 | 51 |
| Binary | 11000111 | 10011101 | 1011 | 0 | 10101 | 1011110 | 10110 | 101111 | 1011010 | 101001 |
Color Harmonies of #C79D0B
Complementary color
Monochromatic Colors of #C79D0B
Black with #C79D0B
Text Example
Text Example
White with #C79D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D0B; }
p { color: rgb(199,157,11); }
H1.HeaderClassName
{
color: #C79D0B;
}
.AnyTagClassName
{
color: #C79D0B;
}
</style>
background-color css
<style>
a { background-color: #C79D0B; }
a { background-color: rgb(199,157,11); }
div.DivClassName
{
background-color: #C79D0B;
}
.BgClassName
{
background-color: #C79D0B;
}
</style>
border-color css
<style>
span { border-color: #C79D0B; }
span { border-color: rgb(199,157,11); }
td.TdClassName
{
border-color: #C79D0B;
}
.TagClassName
{
border-color: #C79D0B;
}
</style>