Shades of Buddha Gold #C39A0E
Tints of Buddha Gold #C39A0E
RGB
CMYK
RGB Variations
Color information
#C39A0E (or 0xC39A0E) is known color: Buddha Gold. HEX triplet: C3, 9A and 0E. RGB value is (195,154,14). Sum of RGB (Red+Green+Blue) = 195+154+14=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A0E is #3C65F1. Grayscale: #969696. Windows color (decimal): -3958258 or 957123. OLE color: 957123.
HSL color Cylindrical-coordinate representation of color #C39A0E: hue angle of 46.41º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C39A0E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.41º | 0.87% | 0.41% | - |
| HSV(B) | 46.41º | 0.93% | 0.76% | - |
| XYZ | 34.14 | 34.75 | 5.32 | - |
| YUV | 150.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 14 | 0 | 0.21 | 0.93 | 0.24 | 46.41 | 0.87 | 0.41 |
| Hex | C3 | 9A | E | 0 | 15 | 5D | 18 | 2E | 57 | 29 |
| Octal | 303 | 232 | 16 | 0 | 25 | 135 | 30 | 56 | 127 | 51 |
| Binary | 11000011 | 10011010 | 1110 | 0 | 10101 | 1011101 | 11000 | 101110 | 1010111 | 101001 |
Color Harmonies of #C39A0E
Complementary color
Monochromatic Colors of #C39A0E
Black with #C39A0E
Text Example
Text Example
White with #C39A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A0E; }
p { color: rgb(195,154,14); }
H1.HeaderClassName
{
color: #C39A0E;
}
.AnyTagClassName
{
color: #C39A0E;
}
</style>
background-color css
<style>
a { background-color: #C39A0E; }
a { background-color: rgb(195,154,14); }
div.DivClassName
{
background-color: #C39A0E;
}
.BgClassName
{
background-color: #C39A0E;
}
</style>
border-color css
<style>
span { border-color: #C39A0E; }
span { border-color: rgb(195,154,14); }
td.TdClassName
{
border-color: #C39A0E;
}
.TagClassName
{
border-color: #C39A0E;
}
</style>