Shades of Buddha Gold #C4A816
Tints of Buddha Gold #C4A816
RGB
CMYK
RGB Variations
Color information
#C4A816 (or 0xC4A816) is known color: Buddha Gold. HEX triplet: C4, A8 and 16. RGB value is (196,168,22). Sum of RGB (Red+Green+Blue) = 196+168+22=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A816 is #3B57E9. Grayscale: #A0A0A0. Windows color (decimal): -3889130 or 1484996. OLE color: 1484996.
HSL color Cylindrical-coordinate representation of color #C4A816: hue angle of 50.34º 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 #C4A816 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.23 |
| HSL | 50.34º | 0.8% | 0.43% | - |
| HSV(B) | 50.34º | 0.89% | 0.77% | - |
| XYZ | 36.91 | 39.8 | 6.5 | - |
| YUV | 159.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 22 | 0 | 0.14 | 0.89 | 0.23 | 50.34 | 0.8 | 0.43 |
| Hex | C4 | A8 | 16 | 0 | E | 59 | 17 | 32 | 50 | 2B |
| Octal | 304 | 250 | 26 | 0 | 16 | 131 | 27 | 62 | 120 | 53 |
| Binary | 11000100 | 10101000 | 10110 | 0 | 1110 | 1011001 | 10111 | 110010 | 1010000 | 101011 |
Color Harmonies of #C4A816
Complementary color
Monochromatic Colors of #C4A816
Black with #C4A816
Text Example
Text Example
White with #C4A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A816; }
p { color: rgb(196,168,22); }
H1.HeaderClassName
{
color: #C4A816;
}
.AnyTagClassName
{
color: #C4A816;
}
</style>
background-color css
<style>
a { background-color: #C4A816; }
a { background-color: rgb(196,168,22); }
div.DivClassName
{
background-color: #C4A816;
}
.BgClassName
{
background-color: #C4A816;
}
</style>
border-color css
<style>
span { border-color: #C4A816; }
span { border-color: rgb(196,168,22); }
td.TdClassName
{
border-color: #C4A816;
}
.TagClassName
{
border-color: #C4A816;
}
</style>