Shades of Buddha Gold #C49D15
Tints of Buddha Gold #C49D15
RGB
CMYK
RGB Variations
Color information
#C49D15 (or 0xC49D15) is known color: Buddha Gold. HEX triplet: C4, 9D and 15. RGB value is (196,157,21). Sum of RGB (Red+Green+Blue) = 196+157+21=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D15 is #3B62EA. Grayscale: #999999. Windows color (decimal): -3891947 or 1416644. OLE color: 1416644.
HSL color Cylindrical-coordinate representation of color #C49D15: hue angle of 46.63º degrees, saturation: 0.81, 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 #C49D15 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 21 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.23 |
| HSL | 46.63º | 0.81% | 0.43% | - |
| HSV(B) | 46.63º | 0.89% | 0.77% | - |
| XYZ | 34.96 | 35.9 | 5.8 | - |
| YUV | 153.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 21 | 0 | 0.20 | 0.89 | 0.23 | 46.63 | 0.81 | 0.43 |
| Hex | C4 | 9D | 15 | 0 | 14 | 59 | 17 | 2F | 51 | 2B |
| Octal | 304 | 235 | 25 | 0 | 24 | 131 | 27 | 57 | 121 | 53 |
| Binary | 11000100 | 10011101 | 10101 | 0 | 10100 | 1011001 | 10111 | 101111 | 1010001 | 101011 |
Color Harmonies of #C49D15
Complementary color
Monochromatic Colors of #C49D15
Black with #C49D15
Text Example
Text Example
White with #C49D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D15; }
p { color: rgb(196,157,21); }
H1.HeaderClassName
{
color: #C49D15;
}
.AnyTagClassName
{
color: #C49D15;
}
</style>
background-color css
<style>
a { background-color: #C49D15; }
a { background-color: rgb(196,157,21); }
div.DivClassName
{
background-color: #C49D15;
}
.BgClassName
{
background-color: #C49D15;
}
</style>
border-color css
<style>
span { border-color: #C49D15; }
span { border-color: rgb(196,157,21); }
td.TdClassName
{
border-color: #C49D15;
}
.TagClassName
{
border-color: #C49D15;
}
</style>