Shades of Buddha Gold #C49D1A
Tints of Buddha Gold #C49D1A
RGB
CMYK
RGB Variations
Color information
#C49D1A (or 0xC49D1A) is known color: Buddha Gold. HEX triplet: C4, 9D and 1A. RGB value is (196,157,26). Sum of RGB (Red+Green+Blue) = 196+157+26=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D1A is #3B62E5. Grayscale: #9A9A9A. Windows color (decimal): -3891942 or 1744324. OLE color: 1744324.
HSL color Cylindrical-coordinate representation of color #C49D1A: hue angle of 46.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C49D1A is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 26 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.23 |
| HSL | 46.24º | 0.77% | 0.44% | - |
| HSV(B) | 46.24º | 0.87% | 0.77% | - |
| XYZ | 35.01 | 35.92 | 6.07 | - |
| YUV | 153.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 26 | 0 | 0.20 | 0.87 | 0.23 | 46.24 | 0.77 | 0.44 |
| Hex | C4 | 9D | 1A | 0 | 14 | 57 | 17 | 2E | 4D | 2C |
| Octal | 304 | 235 | 32 | 0 | 24 | 127 | 27 | 56 | 115 | 54 |
| Binary | 11000100 | 10011101 | 11010 | 0 | 10100 | 1010111 | 10111 | 101110 | 1001101 | 101100 |
Color Harmonies of #C49D1A
Complementary color
Monochromatic Colors of #C49D1A
Black with #C49D1A
Text Example
Text Example
White with #C49D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D1A; }
p { color: rgb(196,157,26); }
H1.HeaderClassName
{
color: #C49D1A;
}
.AnyTagClassName
{
color: #C49D1A;
}
</style>
background-color css
<style>
a { background-color: #C49D1A; }
a { background-color: rgb(196,157,26); }
div.DivClassName
{
background-color: #C49D1A;
}
.BgClassName
{
background-color: #C49D1A;
}
</style>
border-color css
<style>
span { border-color: #C49D1A; }
span { border-color: rgb(196,157,26); }
td.TdClassName
{
border-color: #C49D1A;
}
.TagClassName
{
border-color: #C49D1A;
}
</style>