Shades of Buddha Gold #C79C0A
Tints of Buddha Gold #C79C0A
RGB
CMYK
RGB Variations
Color information
#C79C0A (or 0xC79C0A) is known color: Buddha Gold. HEX triplet: C7, 9C and 0A. RGB value is (199,156,10). Sum of RGB (Red+Green+Blue) = 199+156+10=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C0A is #3863F5. Grayscale: #989898. Windows color (decimal): -3695606 or 695495. OLE color: 695495.
HSL color Cylindrical-coordinate representation of color #C79C0A: hue angle of 46.35º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C79C0A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.22 |
| HSL | 46.35º | 0.9% | 0.41% | - |
| HSV(B) | 46.35º | 0.95% | 0.78% | - |
| XYZ | 35.5 | 35.94 | 5.35 | - |
| YUV | 152.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 10 | 0 | 0.22 | 0.95 | 0.22 | 46.35 | 0.9 | 0.41 |
| Hex | C7 | 9C | A | 0 | 16 | 5F | 16 | 2E | 5A | 29 |
| Octal | 307 | 234 | 12 | 0 | 26 | 137 | 26 | 56 | 132 | 51 |
| Binary | 11000111 | 10011100 | 1010 | 0 | 10110 | 1011111 | 10110 | 101110 | 1011010 | 101001 |
Color Harmonies of #C79C0A
Complementary color
Monochromatic Colors of #C79C0A
Black with #C79C0A
Text Example
Text Example
White with #C79C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C0A; }
p { color: rgb(199,156,10); }
H1.HeaderClassName
{
color: #C79C0A;
}
.AnyTagClassName
{
color: #C79C0A;
}
</style>
background-color css
<style>
a { background-color: #C79C0A; }
a { background-color: rgb(199,156,10); }
div.DivClassName
{
background-color: #C79C0A;
}
.BgClassName
{
background-color: #C79C0A;
}
</style>
border-color css
<style>
span { border-color: #C79C0A; }
span { border-color: rgb(199,156,10); }
td.TdClassName
{
border-color: #C79C0A;
}
.TagClassName
{
border-color: #C79C0A;
}
</style>