Shades of Buddha Gold #C09314
Tints of Buddha Gold #C09314
RGB
CMYK
RGB Variations
Color information
#C09314 (or 0xC09314) is known color: Buddha Gold. HEX triplet: C0, 93 and 14. RGB value is (192,147,20). Sum of RGB (Red+Green+Blue) = 192+147+20=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09314 is #3F6CEB. Grayscale: #929292. Windows color (decimal): -4156652 or 1348544. OLE color: 1348544.
HSL color Cylindrical-coordinate representation of color #C09314: hue angle of 44.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09314 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 20 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.25 |
| HSL | 44.3º | 0.81% | 0.42% | - |
| HSV(B) | 44.3º | 0.9% | 0.75% | - |
| XYZ | 32.3 | 32.12 | 5.16 | - |
| YUV | 145.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 20 | 0 | 0.23 | 0.90 | 0.25 | 44.3 | 0.81 | 0.42 |
| Hex | C0 | 93 | 14 | 0 | 17 | 5A | 19 | 2C | 51 | 2A |
| Octal | 300 | 223 | 24 | 0 | 27 | 132 | 31 | 54 | 121 | 52 |
| Binary | 11000000 | 10010011 | 10100 | 0 | 10111 | 1011010 | 11001 | 101100 | 1010001 | 101010 |
Color Harmonies of #C09314
Complementary color
Monochromatic Colors of #C09314
Black with #C09314
Text Example
Text Example
White with #C09314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09314; }
p { color: rgb(192,147,20); }
H1.HeaderClassName
{
color: #C09314;
}
.AnyTagClassName
{
color: #C09314;
}
</style>
background-color css
<style>
a { background-color: #C09314; }
a { background-color: rgb(192,147,20); }
div.DivClassName
{
background-color: #C09314;
}
.BgClassName
{
background-color: #C09314;
}
</style>
border-color css
<style>
span { border-color: #C09314; }
span { border-color: rgb(192,147,20); }
td.TdClassName
{
border-color: #C09314;
}
.TagClassName
{
border-color: #C09314;
}
</style>