Shades of Metallic Gold #C9A736
Tints of Metallic Gold #C9A736
RGB
CMYK
RGB Variations
Color information
#C9A736 (or 0xC9A736) is known color: Metallic Gold. HEX triplet: C9, A7 and 36. RGB value is (201,167,54). Sum of RGB (Red+Green+Blue) = 201+167+54=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A736 is #3658C9. Grayscale: #A4A4A4. Windows color (decimal): -3561674 or 3581897. OLE color: 3581897.
HSL color Cylindrical-coordinate representation of color #C9A736: hue angle of 46.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9A736 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 54 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.21 |
| HSL | 46.12º | 0.58% | 0.5% | - |
| HSV(B) | 46.12º | 0.73% | 0.79% | - |
| XYZ | 38.57 | 40.32 | 9.24 | - |
| YUV | 164.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 54 | 0 | 0.17 | 0.73 | 0.21 | 46.12 | 0.58 | 0.5 |
| Hex | C9 | A7 | 36 | 0 | 11 | 49 | 15 | 2E | 3A | 32 |
| Octal | 311 | 247 | 66 | 0 | 21 | 111 | 25 | 56 | 72 | 62 |
| Binary | 11001001 | 10100111 | 110110 | 0 | 10001 | 1001001 | 10101 | 101110 | 111010 | 110010 |
Color Harmonies of #C9A736
Complementary color
Monochromatic Colors of #C9A736
Black with #C9A736
Text Example
Text Example
White with #C9A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A736; }
p { color: rgb(201,167,54); }
H1.HeaderClassName
{
color: #C9A736;
}
.AnyTagClassName
{
color: #C9A736;
}
</style>
background-color css
<style>
a { background-color: #C9A736; }
a { background-color: rgb(201,167,54); }
div.DivClassName
{
background-color: #C9A736;
}
.BgClassName
{
background-color: #C9A736;
}
</style>
border-color css
<style>
span { border-color: #C9A736; }
span { border-color: rgb(201,167,54); }
td.TdClassName
{
border-color: #C9A736;
}
.TagClassName
{
border-color: #C9A736;
}
</style>