Shades of Metallic Gold #C9A837
Tints of Metallic Gold #C9A837
RGB
CMYK
RGB Variations
Color information
#C9A837 (or 0xC9A837) is known color: Metallic Gold. HEX triplet: C9, A8 and 37. RGB value is (201,168,55). Sum of RGB (Red+Green+Blue) = 201+168+55=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A837 is #3657C8. Grayscale: #A5A5A5. Windows color (decimal): -3561417 or 3647689. OLE color: 3647689.
HSL color Cylindrical-coordinate representation of color #C9A837: hue angle of 46.44º degrees, saturation: 0.57, 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 #C9A837 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 55 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.21 |
| HSL | 46.44º | 0.57% | 0.5% | - |
| HSV(B) | 46.44º | 0.73% | 0.79% | - |
| XYZ | 38.78 | 40.7 | 9.43 | - |
| YUV | 164.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 55 | 0 | 0.16 | 0.73 | 0.21 | 46.44 | 0.57 | 0.5 |
| Hex | C9 | A8 | 37 | 0 | 10 | 49 | 15 | 2E | 39 | 32 |
| Octal | 311 | 250 | 67 | 0 | 20 | 111 | 25 | 56 | 71 | 62 |
| Binary | 11001001 | 10101000 | 110111 | 0 | 10000 | 1001001 | 10101 | 101110 | 111001 | 110010 |
Color Harmonies of #C9A837
Complementary color
Monochromatic Colors of #C9A837
Black with #C9A837
Text Example
Text Example
White with #C9A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A837; }
p { color: rgb(201,168,55); }
H1.HeaderClassName
{
color: #C9A837;
}
.AnyTagClassName
{
color: #C9A837;
}
</style>
background-color css
<style>
a { background-color: #C9A837; }
a { background-color: rgb(201,168,55); }
div.DivClassName
{
background-color: #C9A837;
}
.BgClassName
{
background-color: #C9A837;
}
</style>
border-color css
<style>
span { border-color: #C9A837; }
span { border-color: rgb(201,168,55); }
td.TdClassName
{
border-color: #C9A837;
}
.TagClassName
{
border-color: #C9A837;
}
</style>