Shades of Buddha Gold #C4A516
Tints of Buddha Gold #C4A516
RGB
CMYK
RGB Variations
Color information
#C4A516 (or 0xC4A516) is known color: Buddha Gold. HEX triplet: C4, A5 and 16. RGB value is (196,165,22). Sum of RGB (Red+Green+Blue) = 196+165+22=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A516 is #3B5AE9. Grayscale: #9E9E9E. Windows color (decimal): -3889898 or 1484228. OLE color: 1484228.
HSL color Cylindrical-coordinate representation of color #C4A516: hue angle of 49.31º 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 #C4A516 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.23 |
| HSL | 49.31º | 0.8% | 0.43% | - |
| HSV(B) | 49.31º | 0.89% | 0.77% | - |
| XYZ | 36.36 | 38.7 | 6.31 | - |
| YUV | 157.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 22 | 0 | 0.16 | 0.89 | 0.23 | 49.31 | 0.8 | 0.43 |
| Hex | C4 | A5 | 16 | 0 | 10 | 59 | 17 | 31 | 50 | 2B |
| Octal | 304 | 245 | 26 | 0 | 20 | 131 | 27 | 61 | 120 | 53 |
| Binary | 11000100 | 10100101 | 10110 | 0 | 10000 | 1011001 | 10111 | 110001 | 1010000 | 101011 |
Color Harmonies of #C4A516
Complementary color
Monochromatic Colors of #C4A516
Black with #C4A516
Text Example
Text Example
White with #C4A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A516; }
p { color: rgb(196,165,22); }
H1.HeaderClassName
{
color: #C4A516;
}
.AnyTagClassName
{
color: #C4A516;
}
</style>
background-color css
<style>
a { background-color: #C4A516; }
a { background-color: rgb(196,165,22); }
div.DivClassName
{
background-color: #C4A516;
}
.BgClassName
{
background-color: #C4A516;
}
</style>
border-color css
<style>
span { border-color: #C4A516; }
span { border-color: rgb(196,165,22); }
td.TdClassName
{
border-color: #C4A516;
}
.TagClassName
{
border-color: #C4A516;
}
</style>