Shades of Buddha Gold #C79013
Tints of Buddha Gold #C79013
RGB
CMYK
RGB Variations
Color information
#C79013 (or 0xC79013) is known color: Buddha Gold. HEX triplet: C7, 90 and 13. RGB value is (199,144,19). Sum of RGB (Red+Green+Blue) = 199+144+19=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C79013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79013 is #386FEC. Grayscale: #929292. Windows color (decimal): -3698669 or 1282247. OLE color: 1282247.
HSL color Cylindrical-coordinate representation of color #C79013: hue angle of 41.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 #C79013 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 19 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.22 |
| HSL | 41.67º | 0.83% | 0.43% | - |
| HSV(B) | 41.67º | 0.9% | 0.78% | - |
| XYZ | 33.64 | 32.14 | 5.05 | - |
| YUV | 146.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 19 | 0 | 0.28 | 0.90 | 0.22 | 41.67 | 0.83 | 0.43 |
| Hex | C7 | 90 | 13 | 0 | 1C | 5A | 16 | 2A | 53 | 2B |
| Octal | 307 | 220 | 23 | 0 | 34 | 132 | 26 | 52 | 123 | 53 |
| Binary | 11000111 | 10010000 | 10011 | 0 | 11100 | 1011010 | 10110 | 101010 | 1010011 | 101011 |
Color Harmonies of #C79013
Complementary color
Monochromatic Colors of #C79013
Black with #C79013
Text Example
Text Example
White with #C79013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79013; }
p { color: rgb(199,144,19); }
H1.HeaderClassName
{
color: #C79013;
}
.AnyTagClassName
{
color: #C79013;
}
</style>
background-color css
<style>
a { background-color: #C79013; }
a { background-color: rgb(199,144,19); }
div.DivClassName
{
background-color: #C79013;
}
.BgClassName
{
background-color: #C79013;
}
</style>
border-color css
<style>
span { border-color: #C79013; }
span { border-color: rgb(199,144,19); }
td.TdClassName
{
border-color: #C79013;
}
.TagClassName
{
border-color: #C79013;
}
</style>