Shades of Buddha Gold #C79A0B
Tints of Buddha Gold #C79A0B
RGB
CMYK
RGB Variations
Color information
#C79A0B (or 0xC79A0B) is known color: Buddha Gold. HEX triplet: C7, 9A and 0B. RGB value is (199,154,11). Sum of RGB (Red+Green+Blue) = 199+154+11=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A0B is #3865F4. Grayscale: #979797. Windows color (decimal): -3696117 or 760519. OLE color: 760519.
HSL color Cylindrical-coordinate representation of color #C79A0B: hue angle of 45.64º 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 #C79A0B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.22 |
| HSL | 45.64º | 0.9% | 0.41% | - |
| HSV(B) | 45.64º | 0.94% | 0.78% | - |
| XYZ | 35.17 | 35.28 | 5.27 | - |
| YUV | 151.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 11 | 0 | 0.23 | 0.94 | 0.22 | 45.64 | 0.9 | 0.41 |
| Hex | C7 | 9A | B | 0 | 17 | 5E | 16 | 2E | 5A | 29 |
| Octal | 307 | 232 | 13 | 0 | 27 | 136 | 26 | 56 | 132 | 51 |
| Binary | 11000111 | 10011010 | 1011 | 0 | 10111 | 1011110 | 10110 | 101110 | 1011010 | 101001 |
Color Harmonies of #C79A0B
Complementary color
Monochromatic Colors of #C79A0B
Black with #C79A0B
Text Example
Text Example
White with #C79A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A0B; }
p { color: rgb(199,154,11); }
H1.HeaderClassName
{
color: #C79A0B;
}
.AnyTagClassName
{
color: #C79A0B;
}
</style>
background-color css
<style>
a { background-color: #C79A0B; }
a { background-color: rgb(199,154,11); }
div.DivClassName
{
background-color: #C79A0B;
}
.BgClassName
{
background-color: #C79A0B;
}
</style>
border-color css
<style>
span { border-color: #C79A0B; }
span { border-color: rgb(199,154,11); }
td.TdClassName
{
border-color: #C79A0B;
}
.TagClassName
{
border-color: #C79A0B;
}
</style>