Shades of Buddha Gold #C9A815
Tints of Buddha Gold #C9A815
RGB
CMYK
RGB Variations
Color information
#C9A815 (or 0xC9A815) is known color: Buddha Gold. HEX triplet: C9, A8 and 15. RGB value is (201,168,21). Sum of RGB (Red+Green+Blue) = 201+168+21=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A815 is #3657EA. Grayscale: #A1A1A1. Windows color (decimal): -3561451 or 1419465. OLE color: 1419465.
HSL color Cylindrical-coordinate representation of color #C9A815: hue angle of 49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9A815 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.21 |
| HSL | 49º | 0.81% | 0.44% | - |
| HSV(B) | 49º | 0.9% | 0.79% | - |
| XYZ | 38.23 | 40.48 | 6.51 | - |
| YUV | 161.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 21 | 0 | 0.16 | 0.90 | 0.21 | 49 | 0.81 | 0.44 |
| Hex | C9 | A8 | 15 | 0 | 10 | 5A | 15 | 31 | 51 | 2C |
| Octal | 311 | 250 | 25 | 0 | 20 | 132 | 25 | 61 | 121 | 54 |
| Binary | 11001001 | 10101000 | 10101 | 0 | 10000 | 1011010 | 10101 | 110001 | 1010001 | 101100 |
Color Harmonies of #C9A815
Complementary color
Monochromatic Colors of #C9A815
Black with #C9A815
Text Example
Text Example
White with #C9A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A815; }
p { color: rgb(201,168,21); }
H1.HeaderClassName
{
color: #C9A815;
}
.AnyTagClassName
{
color: #C9A815;
}
</style>
background-color css
<style>
a { background-color: #C9A815; }
a { background-color: rgb(201,168,21); }
div.DivClassName
{
background-color: #C9A815;
}
.BgClassName
{
background-color: #C9A815;
}
</style>
border-color css
<style>
span { border-color: #C9A815; }
span { border-color: rgb(201,168,21); }
td.TdClassName
{
border-color: #C9A815;
}
.TagClassName
{
border-color: #C9A815;
}
</style>