Shades of Metallic Gold #C9A336
Tints of Metallic Gold #C9A336
RGB
CMYK
RGB Variations
Color information
#C9A336 (or 0xC9A336) is known color: Metallic Gold. HEX triplet: C9, A3 and 36. RGB value is (201,163,54). Sum of RGB (Red+Green+Blue) = 201+163+54=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A336 is #365CC9. Grayscale: #A2A2A2. Windows color (decimal): -3562698 or 3580873. OLE color: 3580873.
HSL color Cylindrical-coordinate representation of color #C9A336: hue angle of 44.49º 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 #C9A336 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 54 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.21 |
| HSL | 44.49º | 0.58% | 0.5% | - |
| HSV(B) | 44.49º | 0.73% | 0.79% | - |
| XYZ | 37.85 | 38.88 | 9 | - |
| YUV | 161.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 54 | 0 | 0.19 | 0.73 | 0.21 | 44.49 | 0.58 | 0.5 |
| Hex | C9 | A3 | 36 | 0 | 13 | 49 | 15 | 2C | 3A | 32 |
| Octal | 311 | 243 | 66 | 0 | 23 | 111 | 25 | 54 | 72 | 62 |
| Binary | 11001001 | 10100011 | 110110 | 0 | 10011 | 1001001 | 10101 | 101100 | 111010 | 110010 |
Color Harmonies of #C9A336
Complementary color
Monochromatic Colors of #C9A336
Black with #C9A336
Text Example
Text Example
White with #C9A336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A336; }
p { color: rgb(201,163,54); }
H1.HeaderClassName
{
color: #C9A336;
}
.AnyTagClassName
{
color: #C9A336;
}
</style>
background-color css
<style>
a { background-color: #C9A336; }
a { background-color: rgb(201,163,54); }
div.DivClassName
{
background-color: #C9A336;
}
.BgClassName
{
background-color: #C9A336;
}
</style>
border-color css
<style>
span { border-color: #C9A336; }
span { border-color: rgb(201,163,54); }
td.TdClassName
{
border-color: #C9A336;
}
.TagClassName
{
border-color: #C9A336;
}
</style>