Shades of Buddha Gold #C4A814
Tints of Buddha Gold #C4A814
RGB
CMYK
RGB Variations
Color information
#C4A814 (or 0xC4A814) is known color: Buddha Gold. HEX triplet: C4, A8 and 14. RGB value is (196,168,20). Sum of RGB (Red+Green+Blue) = 196+168+20=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A814 is #3B57EB. Grayscale: #A0A0A0. Windows color (decimal): -3889132 or 1353924. OLE color: 1353924.
HSL color Cylindrical-coordinate representation of color #C4A814: hue angle of 50.45º 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 #C4A814 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 20 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.23 |
| HSL | 50.45º | 0.81% | 0.42% | - |
| HSV(B) | 50.45º | 0.9% | 0.77% | - |
| XYZ | 36.89 | 39.79 | 6.4 | - |
| YUV | 159.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 20 | 0 | 0.14 | 0.90 | 0.23 | 50.45 | 0.81 | 0.42 |
| Hex | C4 | A8 | 14 | 0 | E | 5A | 17 | 32 | 51 | 2A |
| Octal | 304 | 250 | 24 | 0 | 16 | 132 | 27 | 62 | 121 | 52 |
| Binary | 11000100 | 10101000 | 10100 | 0 | 1110 | 1011010 | 10111 | 110010 | 1010001 | 101010 |
Color Harmonies of #C4A814
Complementary color
Monochromatic Colors of #C4A814
Black with #C4A814
Text Example
Text Example
White with #C4A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A814; }
p { color: rgb(196,168,20); }
H1.HeaderClassName
{
color: #C4A814;
}
.AnyTagClassName
{
color: #C4A814;
}
</style>
background-color css
<style>
a { background-color: #C4A814; }
a { background-color: rgb(196,168,20); }
div.DivClassName
{
background-color: #C4A814;
}
.BgClassName
{
background-color: #C4A814;
}
</style>
border-color css
<style>
span { border-color: #C4A814; }
span { border-color: rgb(196,168,20); }
td.TdClassName
{
border-color: #C4A814;
}
.TagClassName
{
border-color: #C4A814;
}
</style>