Shades of Buddha Gold #C9A717
Tints of Buddha Gold #C9A717
RGB
CMYK
RGB Variations
Color information
#C9A717 (or 0xC9A717) is known color: Buddha Gold. HEX triplet: C9, A7 and 17. RGB value is (201,167,23). Sum of RGB (Red+Green+Blue) = 201+167+23=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A717 is #3658E8. Grayscale: #A1A1A1. Windows color (decimal): -3561705 or 1550281. OLE color: 1550281.
HSL color Cylindrical-coordinate representation of color #C9A717: hue angle of 48.54º degrees, saturation: 0.79, 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 #C9A717 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.21 |
| HSL | 48.54º | 0.79% | 0.44% | - |
| HSV(B) | 48.54º | 0.89% | 0.79% | - |
| XYZ | 38.06 | 40.12 | 6.55 | - |
| YUV | 160.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 23 | 0 | 0.17 | 0.89 | 0.21 | 48.54 | 0.79 | 0.44 |
| Hex | C9 | A7 | 17 | 0 | 11 | 59 | 15 | 31 | 4F | 2C |
| Octal | 311 | 247 | 27 | 0 | 21 | 131 | 25 | 61 | 117 | 54 |
| Binary | 11001001 | 10100111 | 10111 | 0 | 10001 | 1011001 | 10101 | 110001 | 1001111 | 101100 |
Color Harmonies of #C9A717
Complementary color
Monochromatic Colors of #C9A717
Black with #C9A717
Text Example
Text Example
White with #C9A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A717; }
p { color: rgb(201,167,23); }
H1.HeaderClassName
{
color: #C9A717;
}
.AnyTagClassName
{
color: #C9A717;
}
</style>
background-color css
<style>
a { background-color: #C9A717; }
a { background-color: rgb(201,167,23); }
div.DivClassName
{
background-color: #C9A717;
}
.BgClassName
{
background-color: #C9A717;
}
</style>
border-color css
<style>
span { border-color: #C9A717; }
span { border-color: rgb(201,167,23); }
td.TdClassName
{
border-color: #C9A717;
}
.TagClassName
{
border-color: #C9A717;
}
</style>