Shades of Buddha Gold #C49D16
Tints of Buddha Gold #C49D16
RGB
CMYK
RGB Variations
Color information
#C49D16 (or 0xC49D16) is known color: Buddha Gold. HEX triplet: C4, 9D and 16. RGB value is (196,157,22). Sum of RGB (Red+Green+Blue) = 196+157+22=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D16 is #3B62E9. Grayscale: #999999. Windows color (decimal): -3891946 or 1482180. OLE color: 1482180.
HSL color Cylindrical-coordinate representation of color #C49D16: hue angle of 46.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C49D16 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.23 |
| HSL | 46.55º | 0.8% | 0.43% | - |
| HSV(B) | 46.55º | 0.89% | 0.77% | - |
| XYZ | 34.97 | 35.91 | 5.85 | - |
| YUV | 153.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 22 | 0 | 0.20 | 0.89 | 0.23 | 46.55 | 0.8 | 0.43 |
| Hex | C4 | 9D | 16 | 0 | 14 | 59 | 17 | 2F | 50 | 2B |
| Octal | 304 | 235 | 26 | 0 | 24 | 131 | 27 | 57 | 120 | 53 |
| Binary | 11000100 | 10011101 | 10110 | 0 | 10100 | 1011001 | 10111 | 101111 | 1010000 | 101011 |
Color Harmonies of #C49D16
Complementary color
Monochromatic Colors of #C49D16
Black with #C49D16
Text Example
Text Example
White with #C49D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D16; }
p { color: rgb(196,157,22); }
H1.HeaderClassName
{
color: #C49D16;
}
.AnyTagClassName
{
color: #C49D16;
}
</style>
background-color css
<style>
a { background-color: #C49D16; }
a { background-color: rgb(196,157,22); }
div.DivClassName
{
background-color: #C49D16;
}
.BgClassName
{
background-color: #C49D16;
}
</style>
border-color css
<style>
span { border-color: #C49D16; }
span { border-color: rgb(196,157,22); }
td.TdClassName
{
border-color: #C49D16;
}
.TagClassName
{
border-color: #C49D16;
}
</style>