Shades of Buddha Gold #C79A0F
Tints of Buddha Gold #C79A0F
RGB
CMYK
RGB Variations
Color information
#C79A0F (or 0xC79A0F) is known color: Buddha Gold. HEX triplet: C7, 9A and 0F. RGB value is (199,154,15). Sum of RGB (Red+Green+Blue) = 199+154+15=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A0F is #3865F0. Grayscale: #989898. Windows color (decimal): -3696113 or 1022663. OLE color: 1022663.
HSL color Cylindrical-coordinate representation of color #C79A0F: hue angle of 45.33º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C79A0F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 15 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.22 |
| HSL | 45.33º | 0.86% | 0.42% | - |
| HSV(B) | 45.33º | 0.92% | 0.78% | - |
| XYZ | 35.2 | 35.29 | 5.41 | - |
| YUV | 151.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 15 | 0 | 0.23 | 0.92 | 0.22 | 45.33 | 0.86 | 0.42 |
| Hex | C7 | 9A | F | 0 | 17 | 5C | 16 | 2D | 56 | 2A |
| Octal | 307 | 232 | 17 | 0 | 27 | 134 | 26 | 55 | 126 | 52 |
| Binary | 11000111 | 10011010 | 1111 | 0 | 10111 | 1011100 | 10110 | 101101 | 1010110 | 101010 |
Color Harmonies of #C79A0F
Complementary color
Monochromatic Colors of #C79A0F
Black with #C79A0F
Text Example
Text Example
White with #C79A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A0F; }
p { color: rgb(199,154,15); }
H1.HeaderClassName
{
color: #C79A0F;
}
.AnyTagClassName
{
color: #C79A0F;
}
</style>
background-color css
<style>
a { background-color: #C79A0F; }
a { background-color: rgb(199,154,15); }
div.DivClassName
{
background-color: #C79A0F;
}
.BgClassName
{
background-color: #C79A0F;
}
</style>
border-color css
<style>
span { border-color: #C79A0F; }
span { border-color: rgb(199,154,15); }
td.TdClassName
{
border-color: #C79A0F;
}
.TagClassName
{
border-color: #C79A0F;
}
</style>