Shades of Buddha Gold #C79D1C
Tints of Buddha Gold #C79D1C
RGB
CMYK
RGB Variations
Color information
#C79D1C (or 0xC79D1C) is known color: Buddha Gold. HEX triplet: C7, 9D and 1C. RGB value is (199,157,28). Sum of RGB (Red+Green+Blue) = 199+157+28=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D1C is #3862E3. Grayscale: #9B9B9B. Windows color (decimal): -3695332 or 1875399. OLE color: 1875399.
HSL color Cylindrical-coordinate representation of color #C79D1C: hue angle of 45.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C79D1C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.22 |
| HSL | 45.26º | 0.75% | 0.45% | - |
| HSV(B) | 45.26º | 0.86% | 0.78% | - |
| XYZ | 35.82 | 36.34 | 6.23 | - |
| YUV | 154.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 28 | 0 | 0.21 | 0.86 | 0.22 | 45.26 | 0.75 | 0.45 |
| Hex | C7 | 9D | 1C | 0 | 15 | 56 | 16 | 2D | 4B | 2D |
| Octal | 307 | 235 | 34 | 0 | 25 | 126 | 26 | 55 | 113 | 55 |
| Binary | 11000111 | 10011101 | 11100 | 0 | 10101 | 1010110 | 10110 | 101101 | 1001011 | 101101 |
Color Harmonies of #C79D1C
Complementary color
Monochromatic Colors of #C79D1C
Black with #C79D1C
Text Example
Text Example
White with #C79D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D1C; }
p { color: rgb(199,157,28); }
H1.HeaderClassName
{
color: #C79D1C;
}
.AnyTagClassName
{
color: #C79D1C;
}
</style>
background-color css
<style>
a { background-color: #C79D1C; }
a { background-color: rgb(199,157,28); }
div.DivClassName
{
background-color: #C79D1C;
}
.BgClassName
{
background-color: #C79D1C;
}
</style>
border-color css
<style>
span { border-color: #C79D1C; }
span { border-color: rgb(199,157,28); }
td.TdClassName
{
border-color: #C79D1C;
}
.TagClassName
{
border-color: #C79D1C;
}
</style>