Shades of Buddha Gold #C9A816
Tints of Buddha Gold #C9A816
RGB
CMYK
RGB Variations
Color information
#C9A816 (or 0xC9A816) is known color: Buddha Gold. HEX triplet: C9, A8 and 16. RGB value is (201,168,22). Sum of RGB (Red+Green+Blue) = 201+168+22=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A816 is #3657E9. Grayscale: #A1A1A1. Windows color (decimal): -3561450 or 1485001. OLE color: 1485001.
HSL color Cylindrical-coordinate representation of color #C9A816: hue angle of 48.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9A816 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.21 |
| HSL | 48.94º | 0.8% | 0.44% | - |
| HSV(B) | 48.94º | 0.89% | 0.79% | - |
| XYZ | 38.23 | 40.48 | 6.56 | - |
| YUV | 161.22 | 49.43 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 22 | 0 | 0.16 | 0.89 | 0.21 | 48.94 | 0.8 | 0.44 |
| Hex | C9 | A8 | 16 | 0 | 10 | 59 | 15 | 31 | 50 | 2C |
| Octal | 311 | 250 | 26 | 0 | 20 | 131 | 25 | 61 | 120 | 54 |
| Binary | 11001001 | 10101000 | 10110 | 0 | 10000 | 1011001 | 10101 | 110001 | 1010000 | 101100 |
Color Harmonies of #C9A816
Complementary color
Monochromatic Colors of #C9A816
Black with #C9A816
Text Example
Text Example
White with #C9A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A816; }
p { color: rgb(201,168,22); }
H1.HeaderClassName
{
color: #C9A816;
}
.AnyTagClassName
{
color: #C9A816;
}
</style>
background-color css
<style>
a { background-color: #C9A816; }
a { background-color: rgb(201,168,22); }
div.DivClassName
{
background-color: #C9A816;
}
.BgClassName
{
background-color: #C9A816;
}
</style>
border-color css
<style>
span { border-color: #C9A816; }
span { border-color: rgb(201,168,22); }
td.TdClassName
{
border-color: #C9A816;
}
.TagClassName
{
border-color: #C9A816;
}
</style>