Shades of Buddha Gold #C09814
Tints of Buddha Gold #C09814
RGB
CMYK
RGB Variations
Color information
#C09814 (or 0xC09814) is known color: Buddha Gold. HEX triplet: C0, 98 and 14. RGB value is (192,152,20). Sum of RGB (Red+Green+Blue) = 192+152+20=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09814 is #3F67EB. Grayscale: #959595. Windows color (decimal): -4155372 or 1349824. OLE color: 1349824.
HSL color Cylindrical-coordinate representation of color #C09814: hue angle of 46.05º 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 #C09814 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.25 |
| HSL | 46.05º | 0.81% | 0.42% | - |
| HSV(B) | 46.05º | 0.9% | 0.75% | - |
| XYZ | 33.09 | 33.71 | 5.42 | - |
| YUV | 148.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 20 | 0 | 0.21 | 0.90 | 0.25 | 46.05 | 0.81 | 0.42 |
| Hex | C0 | 98 | 14 | 0 | 15 | 5A | 19 | 2E | 51 | 2A |
| Octal | 300 | 230 | 24 | 0 | 25 | 132 | 31 | 56 | 121 | 52 |
| Binary | 11000000 | 10011000 | 10100 | 0 | 10101 | 1011010 | 11001 | 101110 | 1010001 | 101010 |
Color Harmonies of #C09814
Complementary color
Monochromatic Colors of #C09814
Black with #C09814
Text Example
Text Example
White with #C09814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09814; }
p { color: rgb(192,152,20); }
H1.HeaderClassName
{
color: #C09814;
}
.AnyTagClassName
{
color: #C09814;
}
</style>
background-color css
<style>
a { background-color: #C09814; }
a { background-color: rgb(192,152,20); }
div.DivClassName
{
background-color: #C09814;
}
.BgClassName
{
background-color: #C09814;
}
</style>
border-color css
<style>
span { border-color: #C09814; }
span { border-color: rgb(192,152,20); }
td.TdClassName
{
border-color: #C09814;
}
.TagClassName
{
border-color: #C09814;
}
</style>