Shades of Buddha Gold #C79812
Tints of Buddha Gold #C79812
RGB
CMYK
RGB Variations
Color information
#C79812 (or 0xC79812) is known color: Buddha Gold. HEX triplet: C7, 98 and 12. RGB value is (199,152,18). Sum of RGB (Red+Green+Blue) = 199+152+18=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79812 is #3867ED. Grayscale: #979797. Windows color (decimal): -3696622 or 1218759. OLE color: 1218759.
HSL color Cylindrical-coordinate representation of color #C79812: hue angle of 44.42º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C79812 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 18 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.22 |
| HSL | 44.42º | 0.83% | 0.43% | - |
| HSV(B) | 44.42º | 0.91% | 0.78% | - |
| XYZ | 34.89 | 34.64 | 5.42 | - |
| YUV | 150.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 18 | 0 | 0.24 | 0.91 | 0.22 | 44.42 | 0.83 | 0.43 |
| Hex | C7 | 98 | 12 | 0 | 18 | 5B | 16 | 2C | 53 | 2B |
| Octal | 307 | 230 | 22 | 0 | 30 | 133 | 26 | 54 | 123 | 53 |
| Binary | 11000111 | 10011000 | 10010 | 0 | 11000 | 1011011 | 10110 | 101100 | 1010011 | 101011 |
Color Harmonies of #C79812
Complementary color
Monochromatic Colors of #C79812
Black with #C79812
Text Example
Text Example
White with #C79812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79812; }
p { color: rgb(199,152,18); }
H1.HeaderClassName
{
color: #C79812;
}
.AnyTagClassName
{
color: #C79812;
}
</style>
background-color css
<style>
a { background-color: #C79812; }
a { background-color: rgb(199,152,18); }
div.DivClassName
{
background-color: #C79812;
}
.BgClassName
{
background-color: #C79812;
}
</style>
border-color css
<style>
span { border-color: #C79812; }
span { border-color: rgb(199,152,18); }
td.TdClassName
{
border-color: #C79812;
}
.TagClassName
{
border-color: #C79812;
}
</style>