Shades of Buddha Gold #C79A17
Tints of Buddha Gold #C79A17
RGB
CMYK
RGB Variations
Color information
#C79A17 (or 0xC79A17) is known color: Buddha Gold. HEX triplet: C7, 9A and 17. RGB value is (199,154,23). Sum of RGB (Red+Green+Blue) = 199+154+23=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A17 is #3865E8. Grayscale: #999999. Windows color (decimal): -3696105 or 1546951. OLE color: 1546951.
HSL color Cylindrical-coordinate representation of color #C79A17: hue angle of 44.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C79A17 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.22 |
| HSL | 44.66º | 0.79% | 0.44% | - |
| HSV(B) | 44.66º | 0.88% | 0.78% | - |
| XYZ | 35.26 | 35.32 | 5.77 | - |
| YUV | 152.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 23 | 0 | 0.23 | 0.88 | 0.22 | 44.66 | 0.79 | 0.44 |
| Hex | C7 | 9A | 17 | 0 | 17 | 58 | 16 | 2D | 4F | 2C |
| Octal | 307 | 232 | 27 | 0 | 27 | 130 | 26 | 55 | 117 | 54 |
| Binary | 11000111 | 10011010 | 10111 | 0 | 10111 | 1011000 | 10110 | 101101 | 1001111 | 101100 |
Color Harmonies of #C79A17
Complementary color
Monochromatic Colors of #C79A17
Black with #C79A17
Text Example
Text Example
White with #C79A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A17; }
p { color: rgb(199,154,23); }
H1.HeaderClassName
{
color: #C79A17;
}
.AnyTagClassName
{
color: #C79A17;
}
</style>
background-color css
<style>
a { background-color: #C79A17; }
a { background-color: rgb(199,154,23); }
div.DivClassName
{
background-color: #C79A17;
}
.BgClassName
{
background-color: #C79A17;
}
</style>
border-color css
<style>
span { border-color: #C79A17; }
span { border-color: rgb(199,154,23); }
td.TdClassName
{
border-color: #C79A17;
}
.TagClassName
{
border-color: #C79A17;
}
</style>