Shades of Buddha Gold #C9A316
Tints of Buddha Gold #C9A316
RGB
CMYK
RGB Variations
Color information
#C9A316 (or 0xC9A316) is known color: Buddha Gold. HEX triplet: C9, A3 and 16. RGB value is (201,163,22). Sum of RGB (Red+Green+Blue) = 201+163+22=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A316 is #365CE9. Grayscale: #9E9E9E. Windows color (decimal): -3562730 or 1483721. OLE color: 1483721.
HSL color Cylindrical-coordinate representation of color #C9A316: hue angle of 47.26º 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 #C9A316 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 22 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.21 |
| HSL | 47.26º | 0.8% | 0.44% | - |
| HSV(B) | 47.26º | 0.89% | 0.79% | - |
| XYZ | 37.33 | 38.67 | 6.26 | - |
| YUV | 158.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 22 | 0 | 0.19 | 0.89 | 0.21 | 47.26 | 0.8 | 0.44 |
| Hex | C9 | A3 | 16 | 0 | 13 | 59 | 15 | 2F | 50 | 2C |
| Octal | 311 | 243 | 26 | 0 | 23 | 131 | 25 | 57 | 120 | 54 |
| Binary | 11001001 | 10100011 | 10110 | 0 | 10011 | 1011001 | 10101 | 101111 | 1010000 | 101100 |
Color Harmonies of #C9A316
Complementary color
Monochromatic Colors of #C9A316
Black with #C9A316
Text Example
Text Example
White with #C9A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A316; }
p { color: rgb(201,163,22); }
H1.HeaderClassName
{
color: #C9A316;
}
.AnyTagClassName
{
color: #C9A316;
}
</style>
background-color css
<style>
a { background-color: #C9A316; }
a { background-color: rgb(201,163,22); }
div.DivClassName
{
background-color: #C9A316;
}
.BgClassName
{
background-color: #C9A316;
}
</style>
border-color css
<style>
span { border-color: #C9A316; }
span { border-color: rgb(201,163,22); }
td.TdClassName
{
border-color: #C9A316;
}
.TagClassName
{
border-color: #C9A316;
}
</style>