Shades of Buddha Gold #C79319
Tints of Buddha Gold #C79319
RGB
CMYK
RGB Variations
Color information
#C79319 (or 0xC79319) is known color: Buddha Gold. HEX triplet: C7, 93 and 19. RGB value is (199,147,25). Sum of RGB (Red+Green+Blue) = 199+147+25=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C79319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79319 is #386CE6. Grayscale: #959595. Windows color (decimal): -3697895 or 1676231. OLE color: 1676231.
HSL color Cylindrical-coordinate representation of color #C79319: hue angle of 42.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C79319 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.22 |
| HSL | 42.07º | 0.78% | 0.44% | - |
| HSV(B) | 42.07º | 0.87% | 0.78% | - |
| XYZ | 34.16 | 33.08 | 5.5 | - |
| YUV | 148.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 25 | 0 | 0.26 | 0.87 | 0.22 | 42.07 | 0.78 | 0.44 |
| Hex | C7 | 93 | 19 | 0 | 1A | 57 | 16 | 2A | 4E | 2C |
| Octal | 307 | 223 | 31 | 0 | 32 | 127 | 26 | 52 | 116 | 54 |
| Binary | 11000111 | 10010011 | 11001 | 0 | 11010 | 1010111 | 10110 | 101010 | 1001110 | 101100 |
Color Harmonies of #C79319
Complementary color
Monochromatic Colors of #C79319
Black with #C79319
Text Example
Text Example
White with #C79319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79319; }
p { color: rgb(199,147,25); }
H1.HeaderClassName
{
color: #C79319;
}
.AnyTagClassName
{
color: #C79319;
}
</style>
background-color css
<style>
a { background-color: #C79319; }
a { background-color: rgb(199,147,25); }
div.DivClassName
{
background-color: #C79319;
}
.BgClassName
{
background-color: #C79319;
}
</style>
border-color css
<style>
span { border-color: #C79319; }
span { border-color: rgb(199,147,25); }
td.TdClassName
{
border-color: #C79319;
}
.TagClassName
{
border-color: #C79319;
}
</style>