Shades of Buddha Gold #C79913
Tints of Buddha Gold #C79913
RGB
CMYK
RGB Variations
Color information
#C79913 (or 0xC79913) is known color: Buddha Gold. HEX triplet: C7, 99 and 13. RGB value is (199,153,19). Sum of RGB (Red+Green+Blue) = 199+153+19=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C79913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79913 is #3866EC. Grayscale: #989898. Windows color (decimal): -3696365 or 1284551. OLE color: 1284551.
HSL color Cylindrical-coordinate representation of color #C79913: hue angle of 44.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C79913 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.22 |
| HSL | 44.67º | 0.83% | 0.43% | - |
| HSV(B) | 44.67º | 0.9% | 0.78% | - |
| XYZ | 35.06 | 34.97 | 5.52 | - |
| YUV | 151.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 19 | 0 | 0.23 | 0.90 | 0.22 | 44.67 | 0.83 | 0.43 |
| Hex | C7 | 99 | 13 | 0 | 17 | 5A | 16 | 2D | 53 | 2B |
| Octal | 307 | 231 | 23 | 0 | 27 | 132 | 26 | 55 | 123 | 53 |
| Binary | 11000111 | 10011001 | 10011 | 0 | 10111 | 1011010 | 10110 | 101101 | 1010011 | 101011 |
Color Harmonies of #C79913
Complementary color
Monochromatic Colors of #C79913
Black with #C79913
Text Example
Text Example
White with #C79913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79913; }
p { color: rgb(199,153,19); }
H1.HeaderClassName
{
color: #C79913;
}
.AnyTagClassName
{
color: #C79913;
}
</style>
background-color css
<style>
a { background-color: #C79913; }
a { background-color: rgb(199,153,19); }
div.DivClassName
{
background-color: #C79913;
}
.BgClassName
{
background-color: #C79913;
}
</style>
border-color css
<style>
span { border-color: #C79913; }
span { border-color: rgb(199,153,19); }
td.TdClassName
{
border-color: #C79913;
}
.TagClassName
{
border-color: #C79913;
}
</style>