Shades of Buddha Gold #C79D1F
Tints of Buddha Gold #C79D1F
RGB
CMYK
RGB Variations
Color information
#C79D1F (or 0xC79D1F) is known color: Buddha Gold. HEX triplet: C7, 9D and 1F. RGB value is (199,157,31). Sum of RGB (Red+Green+Blue) = 199+157+31=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D1F is #3862E0. Grayscale: #9B9B9B. Windows color (decimal): -3695329 or 2072007. OLE color: 2072007.
HSL color Cylindrical-coordinate representation of color #C79D1F: hue angle of 45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C79D1F is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 31 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.22 |
| HSL | 45º | 0.73% | 0.45% | - |
| HSV(B) | 45º | 0.84% | 0.78% | - |
| XYZ | 35.86 | 36.35 | 6.42 | - |
| YUV | 155.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 31 | 0 | 0.21 | 0.84 | 0.22 | 45 | 0.73 | 0.45 |
| Hex | C7 | 9D | 1F | 0 | 15 | 54 | 16 | 2D | 49 | 2D |
| Octal | 307 | 235 | 37 | 0 | 25 | 124 | 26 | 55 | 111 | 55 |
| Binary | 11000111 | 10011101 | 11111 | 0 | 10101 | 1010100 | 10110 | 101101 | 1001001 | 101101 |
Color Harmonies of #C79D1F
Complementary color
Monochromatic Colors of #C79D1F
Black with #C79D1F
Text Example
Text Example
White with #C79D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D1F; }
p { color: rgb(199,157,31); }
H1.HeaderClassName
{
color: #C79D1F;
}
.AnyTagClassName
{
color: #C79D1F;
}
</style>
background-color css
<style>
a { background-color: #C79D1F; }
a { background-color: rgb(199,157,31); }
div.DivClassName
{
background-color: #C79D1F;
}
.BgClassName
{
background-color: #C79D1F;
}
</style>
border-color css
<style>
span { border-color: #C79D1F; }
span { border-color: rgb(199,157,31); }
td.TdClassName
{
border-color: #C79D1F;
}
.TagClassName
{
border-color: #C79D1F;
}
</style>