Shades of Buddha Gold #C79D00
Tints of Buddha Gold #C79D00
RGB
CMYK
RGB Variations
Color information
#C79D00 (or 0xC79D00) is known color: Buddha Gold. HEX triplet: C7, 9D and 00. RGB value is (199,157,0). Sum of RGB (Red+Green+Blue) = 199+157+0=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79D00 is #3862FF. Grayscale: #989898. Windows color (decimal): -3695360 or 40391. OLE color: 40391.
HSL color Cylindrical-coordinate representation of color #C79D00: hue angle of 47.34º 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 #C79D00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.22 |
| HSL | 47.34º | 1% | 0.39% | - |
| HSV(B) | 47.34º | 1% | 0.78% | - |
| XYZ | 35.61 | 36.26 | 5.12 | - |
| YUV | 151.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 0 | 0 | 0.21 | 1 | 0.22 | 47.34 | 1 | 0.39 |
| Hex | C7 | 9D | 0 | 0 | 15 | 64 | 16 | 2F | 64 | 27 |
| Octal | 307 | 235 | 0 | 0 | 25 | 144 | 26 | 57 | 144 | 47 |
| Binary | 11000111 | 10011101 | 0 | 0 | 10101 | 1100100 | 10110 | 101111 | 1100100 | 100111 |
Color Harmonies of #C79D00
Complementary color
Monochromatic Colors of #C79D00
Black with #C79D00
Text Example
Text Example
White with #C79D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D00; }
p { color: rgb(199,157,0); }
H1.HeaderClassName
{
color: #C79D00;
}
.AnyTagClassName
{
color: #C79D00;
}
</style>
background-color css
<style>
a { background-color: #C79D00; }
a { background-color: rgb(199,157,0); }
div.DivClassName
{
background-color: #C79D00;
}
.BgClassName
{
background-color: #C79D00;
}
</style>
border-color css
<style>
span { border-color: #C79D00; }
span { border-color: rgb(199,157,0); }
td.TdClassName
{
border-color: #C79D00;
}
.TagClassName
{
border-color: #C79D00;
}
</style>