Shades of Buddha Gold #C39D15
Tints of Buddha Gold #C39D15
RGB
CMYK
RGB Variations
Color information
#C39D15 (or 0xC39D15) is known color: Buddha Gold. HEX triplet: C3, 9D and 15. RGB value is (195,157,21). Sum of RGB (Red+Green+Blue) = 195+157+21=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39D15 is #3C62EA. Grayscale: #999999. Windows color (decimal): -3957483 or 1416643. OLE color: 1416643.
HSL color Cylindrical-coordinate representation of color #C39D15: hue angle of 46.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39D15 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 21 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.24 |
| HSL | 46.9º | 0.81% | 0.42% | - |
| HSV(B) | 46.9º | 0.89% | 0.76% | - |
| XYZ | 34.7 | 35.77 | 5.79 | - |
| YUV | 152.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 21 | 0 | 0.19 | 0.89 | 0.24 | 46.9 | 0.81 | 0.42 |
| Hex | C3 | 9D | 15 | 0 | 13 | 59 | 18 | 2F | 51 | 2A |
| Octal | 303 | 235 | 25 | 0 | 23 | 131 | 30 | 57 | 121 | 52 |
| Binary | 11000011 | 10011101 | 10101 | 0 | 10011 | 1011001 | 11000 | 101111 | 1010001 | 101010 |
Color Harmonies of #C39D15
Complementary color
Monochromatic Colors of #C39D15
Black with #C39D15
Text Example
Text Example
White with #C39D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D15; }
p { color: rgb(195,157,21); }
H1.HeaderClassName
{
color: #C39D15;
}
.AnyTagClassName
{
color: #C39D15;
}
</style>
background-color css
<style>
a { background-color: #C39D15; }
a { background-color: rgb(195,157,21); }
div.DivClassName
{
background-color: #C39D15;
}
.BgClassName
{
background-color: #C39D15;
}
</style>
border-color css
<style>
span { border-color: #C39D15; }
span { border-color: rgb(195,157,21); }
td.TdClassName
{
border-color: #C39D15;
}
.TagClassName
{
border-color: #C39D15;
}
</style>