Shades of Buddha Gold #C39D0C
Tints of Buddha Gold #C39D0C
RGB
CMYK
RGB Variations
Color information
#C39D0C (or 0xC39D0C) is known color: Buddha Gold. HEX triplet: C3, 9D and 0C. RGB value is (195,157,12). Sum of RGB (Red+Green+Blue) = 195+157+12=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39D0C is #3C62F3. Grayscale: #989898. Windows color (decimal): -3957492 or 826819. OLE color: 826819.
HSL color Cylindrical-coordinate representation of color #C39D0C: hue angle of 47.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C39D0C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.24 |
| HSL | 47.54º | 0.88% | 0.41% | - |
| HSV(B) | 47.54º | 0.94% | 0.76% | - |
| XYZ | 34.63 | 35.74 | 5.42 | - |
| YUV | 151.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 12 | 0 | 0.19 | 0.94 | 0.24 | 47.54 | 0.88 | 0.41 |
| Hex | C3 | 9D | C | 0 | 13 | 5E | 18 | 30 | 58 | 29 |
| Octal | 303 | 235 | 14 | 0 | 23 | 136 | 30 | 60 | 130 | 51 |
| Binary | 11000011 | 10011101 | 1100 | 0 | 10011 | 1011110 | 11000 | 110000 | 1011000 | 101001 |
Color Harmonies of #C39D0C
Complementary color
Monochromatic Colors of #C39D0C
Black with #C39D0C
Text Example
Text Example
White with #C39D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D0C; }
p { color: rgb(195,157,12); }
H1.HeaderClassName
{
color: #C39D0C;
}
.AnyTagClassName
{
color: #C39D0C;
}
</style>
background-color css
<style>
a { background-color: #C39D0C; }
a { background-color: rgb(195,157,12); }
div.DivClassName
{
background-color: #C39D0C;
}
.BgClassName
{
background-color: #C39D0C;
}
</style>
border-color css
<style>
span { border-color: #C39D0C; }
span { border-color: rgb(195,157,12); }
td.TdClassName
{
border-color: #C39D0C;
}
.TagClassName
{
border-color: #C39D0C;
}
</style>