Shades of Buddha Gold #C79D11
Tints of Buddha Gold #C79D11
RGB
CMYK
RGB Variations
Color information
#C79D11 (or 0xC79D11) is known color: Buddha Gold. HEX triplet: C7, 9D and 11. RGB value is (199,157,17). Sum of RGB (Red+Green+Blue) = 199+157+17=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D11 is #3862EE. Grayscale: #9A9A9A. Windows color (decimal): -3695343 or 1154503. OLE color: 1154503.
HSL color Cylindrical-coordinate representation of color #C79D11: hue angle of 46.15º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C79D11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.22 |
| HSL | 46.15º | 0.84% | 0.42% | - |
| HSV(B) | 46.15º | 0.91% | 0.78% | - |
| XYZ | 35.71 | 36.3 | 5.65 | - |
| YUV | 153.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 17 | 0 | 0.21 | 0.91 | 0.22 | 46.15 | 0.84 | 0.42 |
| Hex | C7 | 9D | 11 | 0 | 15 | 5B | 16 | 2E | 54 | 2A |
| Octal | 307 | 235 | 21 | 0 | 25 | 133 | 26 | 56 | 124 | 52 |
| Binary | 11000111 | 10011101 | 10001 | 0 | 10101 | 1011011 | 10110 | 101110 | 1010100 | 101010 |
Color Harmonies of #C79D11
Complementary color
Monochromatic Colors of #C79D11
Black with #C79D11
Text Example
Text Example
White with #C79D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D11; }
p { color: rgb(199,157,17); }
H1.HeaderClassName
{
color: #C79D11;
}
.AnyTagClassName
{
color: #C79D11;
}
</style>
background-color css
<style>
a { background-color: #C79D11; }
a { background-color: rgb(199,157,17); }
div.DivClassName
{
background-color: #C79D11;
}
.BgClassName
{
background-color: #C79D11;
}
</style>
border-color css
<style>
span { border-color: #C79D11; }
span { border-color: rgb(199,157,17); }
td.TdClassName
{
border-color: #C79D11;
}
.TagClassName
{
border-color: #C79D11;
}
</style>