Shades of Buddha Gold #C49D14
Tints of Buddha Gold #C49D14
RGB
CMYK
RGB Variations
Color information
#C49D14 (or 0xC49D14) is known color: Buddha Gold. HEX triplet: C4, 9D and 14. RGB value is (196,157,20). Sum of RGB (Red+Green+Blue) = 196+157+20=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D14 is #3B62EB. Grayscale: #999999. Windows color (decimal): -3891948 or 1351108. OLE color: 1351108.
HSL color Cylindrical-coordinate representation of color #C49D14: hue angle of 46.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C49D14 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.23 |
| HSL | 46.7º | 0.81% | 0.42% | - |
| HSV(B) | 46.7º | 0.9% | 0.77% | - |
| XYZ | 34.95 | 35.9 | 5.75 | - |
| YUV | 153.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 20 | 0 | 0.20 | 0.90 | 0.23 | 46.7 | 0.81 | 0.42 |
| Hex | C4 | 9D | 14 | 0 | 14 | 5A | 17 | 2F | 51 | 2A |
| Octal | 304 | 235 | 24 | 0 | 24 | 132 | 27 | 57 | 121 | 52 |
| Binary | 11000100 | 10011101 | 10100 | 0 | 10100 | 1011010 | 10111 | 101111 | 1010001 | 101010 |
Color Harmonies of #C49D14
Complementary color
Monochromatic Colors of #C49D14
Black with #C49D14
Text Example
Text Example
White with #C49D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D14; }
p { color: rgb(196,157,20); }
H1.HeaderClassName
{
color: #C49D14;
}
.AnyTagClassName
{
color: #C49D14;
}
</style>
background-color css
<style>
a { background-color: #C49D14; }
a { background-color: rgb(196,157,20); }
div.DivClassName
{
background-color: #C49D14;
}
.BgClassName
{
background-color: #C49D14;
}
</style>
border-color css
<style>
span { border-color: #C49D14; }
span { border-color: rgb(196,157,20); }
td.TdClassName
{
border-color: #C49D14;
}
.TagClassName
{
border-color: #C49D14;
}
</style>