Shades of Buddha Gold #C79C18
Tints of Buddha Gold #C79C18
RGB
CMYK
RGB Variations
Color information
#C79C18 (or 0xC79C18) is known color: Buddha Gold. HEX triplet: C7, 9C and 18. RGB value is (199,156,24). Sum of RGB (Red+Green+Blue) = 199+156+24=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C18 is #3863E7. Grayscale: #9A9A9A. Windows color (decimal): -3695592 or 1612999. OLE color: 1612999.
HSL color Cylindrical-coordinate representation of color #C79C18: hue angle of 45.26º degrees, saturation: 0.78, 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 #C79C18 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 24 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.22 |
| HSL | 45.26º | 0.78% | 0.44% | - |
| HSV(B) | 45.26º | 0.88% | 0.78% | - |
| XYZ | 35.61 | 35.99 | 5.93 | - |
| YUV | 153.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 24 | 0 | 0.22 | 0.88 | 0.22 | 45.26 | 0.78 | 0.44 |
| Hex | C7 | 9C | 18 | 0 | 16 | 58 | 16 | 2D | 4E | 2C |
| Octal | 307 | 234 | 30 | 0 | 26 | 130 | 26 | 55 | 116 | 54 |
| Binary | 11000111 | 10011100 | 11000 | 0 | 10110 | 1011000 | 10110 | 101101 | 1001110 | 101100 |
Color Harmonies of #C79C18
Complementary color
Monochromatic Colors of #C79C18
Black with #C79C18
Text Example
Text Example
White with #C79C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C18; }
p { color: rgb(199,156,24); }
H1.HeaderClassName
{
color: #C79C18;
}
.AnyTagClassName
{
color: #C79C18;
}
</style>
background-color css
<style>
a { background-color: #C79C18; }
a { background-color: rgb(199,156,24); }
div.DivClassName
{
background-color: #C79C18;
}
.BgClassName
{
background-color: #C79C18;
}
</style>
border-color css
<style>
span { border-color: #C79C18; }
span { border-color: rgb(199,156,24); }
td.TdClassName
{
border-color: #C79C18;
}
.TagClassName
{
border-color: #C79C18;
}
</style>