Shades of Buddha Gold #C4A515
Tints of Buddha Gold #C4A515
RGB
CMYK
RGB Variations
Color information
#C4A515 (or 0xC4A515) is known color: Buddha Gold. HEX triplet: C4, A5 and 15. RGB value is (196,165,21). Sum of RGB (Red+Green+Blue) = 196+165+21=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A515 is #3B5AEA. Grayscale: #9E9E9E. Windows color (decimal): -3889899 or 1418692. OLE color: 1418692.
HSL color Cylindrical-coordinate representation of color #C4A515: hue angle of 49.37º degrees, saturation: 0.81, 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 #C4A515 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 21 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.23 |
| HSL | 49.37º | 0.81% | 0.43% | - |
| HSV(B) | 49.37º | 0.89% | 0.77% | - |
| XYZ | 36.36 | 38.7 | 6.26 | - |
| YUV | 157.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 21 | 0 | 0.16 | 0.89 | 0.23 | 49.37 | 0.81 | 0.43 |
| Hex | C4 | A5 | 15 | 0 | 10 | 59 | 17 | 31 | 51 | 2B |
| Octal | 304 | 245 | 25 | 0 | 20 | 131 | 27 | 61 | 121 | 53 |
| Binary | 11000100 | 10100101 | 10101 | 0 | 10000 | 1011001 | 10111 | 110001 | 1010001 | 101011 |
Color Harmonies of #C4A515
Complementary color
Monochromatic Colors of #C4A515
Black with #C4A515
Text Example
Text Example
White with #C4A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A515; }
p { color: rgb(196,165,21); }
H1.HeaderClassName
{
color: #C4A515;
}
.AnyTagClassName
{
color: #C4A515;
}
</style>
background-color css
<style>
a { background-color: #C4A515; }
a { background-color: rgb(196,165,21); }
div.DivClassName
{
background-color: #C4A515;
}
.BgClassName
{
background-color: #C4A515;
}
</style>
border-color css
<style>
span { border-color: #C4A515; }
span { border-color: rgb(196,165,21); }
td.TdClassName
{
border-color: #C4A515;
}
.TagClassName
{
border-color: #C4A515;
}
</style>