Shades of Buddha Gold #C9A710
Tints of Buddha Gold #C9A710
RGB
CMYK
RGB Variations
Color information
#C9A710 (or 0xC9A710) is known color: Buddha Gold. HEX triplet: C9, A7 and 10. RGB value is (201,167,16). Sum of RGB (Red+Green+Blue) = 201+167+16=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A710 is #3658EF. Grayscale: #A0A0A0. Windows color (decimal): -3561712 or 1091529. OLE color: 1091529.
HSL color Cylindrical-coordinate representation of color #C9A710: hue angle of 48.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9A710 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.21 |
| HSL | 48.97º | 0.85% | 0.43% | - |
| HSV(B) | 48.97º | 0.92% | 0.79% | - |
| XYZ | 38 | 40.09 | 6.23 | - |
| YUV | 159.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 16 | 0 | 0.17 | 0.92 | 0.21 | 48.97 | 0.85 | 0.43 |
| Hex | C9 | A7 | 10 | 0 | 11 | 5C | 15 | 31 | 55 | 2B |
| Octal | 311 | 247 | 20 | 0 | 21 | 134 | 25 | 61 | 125 | 53 |
| Binary | 11001001 | 10100111 | 10000 | 0 | 10001 | 1011100 | 10101 | 110001 | 1010101 | 101011 |
Color Harmonies of #C9A710
Complementary color
Monochromatic Colors of #C9A710
Black with #C9A710
Text Example
Text Example
White with #C9A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A710; }
p { color: rgb(201,167,16); }
H1.HeaderClassName
{
color: #C9A710;
}
.AnyTagClassName
{
color: #C9A710;
}
</style>
background-color css
<style>
a { background-color: #C9A710; }
a { background-color: rgb(201,167,16); }
div.DivClassName
{
background-color: #C9A710;
}
.BgClassName
{
background-color: #C9A710;
}
</style>
border-color css
<style>
span { border-color: #C9A710; }
span { border-color: rgb(201,167,16); }
td.TdClassName
{
border-color: #C9A710;
}
.TagClassName
{
border-color: #C9A710;
}
</style>