Shades of Buddha Gold #C39D16
Tints of Buddha Gold #C39D16
RGB
CMYK
RGB Variations
Color information
#C39D16 (or 0xC39D16) is known color: Buddha Gold. HEX triplet: C3, 9D and 16. RGB value is (195,157,22). Sum of RGB (Red+Green+Blue) = 195+157+22=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39D16 is #3C62E9. Grayscale: #999999. Windows color (decimal): -3957482 or 1482179. OLE color: 1482179.
HSL color Cylindrical-coordinate representation of color #C39D16: hue angle of 46.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39D16 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 22 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.24 |
| HSL | 46.82º | 0.8% | 0.43% | - |
| HSV(B) | 46.82º | 0.89% | 0.76% | - |
| XYZ | 34.71 | 35.77 | 5.83 | - |
| YUV | 152.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 22 | 0 | 0.19 | 0.89 | 0.24 | 46.82 | 0.8 | 0.43 |
| Hex | C3 | 9D | 16 | 0 | 13 | 59 | 18 | 2F | 50 | 2B |
| Octal | 303 | 235 | 26 | 0 | 23 | 131 | 30 | 57 | 120 | 53 |
| Binary | 11000011 | 10011101 | 10110 | 0 | 10011 | 1011001 | 11000 | 101111 | 1010000 | 101011 |
Color Harmonies of #C39D16
Complementary color
Monochromatic Colors of #C39D16
Black with #C39D16
Text Example
Text Example
White with #C39D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D16; }
p { color: rgb(195,157,22); }
H1.HeaderClassName
{
color: #C39D16;
}
.AnyTagClassName
{
color: #C39D16;
}
</style>
background-color css
<style>
a { background-color: #C39D16; }
a { background-color: rgb(195,157,22); }
div.DivClassName
{
background-color: #C39D16;
}
.BgClassName
{
background-color: #C39D16;
}
</style>
border-color css
<style>
span { border-color: #C39D16; }
span { border-color: rgb(195,157,22); }
td.TdClassName
{
border-color: #C39D16;
}
.TagClassName
{
border-color: #C39D16;
}
</style>