Shades of Metallic Gold #C9A836
Tints of Metallic Gold #C9A836
RGB
CMYK
RGB Variations
Color information
#C9A836 (or 0xC9A836) is known color: Metallic Gold. HEX triplet: C9, A8 and 36. RGB value is (201,168,54). Sum of RGB (Red+Green+Blue) = 201+168+54=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A836 is #3657C9. Grayscale: #A5A5A5. Windows color (decimal): -3561418 or 3582153. OLE color: 3582153.
HSL color Cylindrical-coordinate representation of color #C9A836: hue angle of 46.53º 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 #C9A836 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 54 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.21 |
| HSL | 46.53º | 0.58% | 0.5% | - |
| HSV(B) | 46.53º | 0.73% | 0.79% | - |
| XYZ | 38.76 | 40.69 | 9.3 | - |
| YUV | 164.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 54 | 0 | 0.16 | 0.73 | 0.21 | 46.53 | 0.58 | 0.5 |
| Hex | C9 | A8 | 36 | 0 | 10 | 49 | 15 | 2F | 3A | 32 |
| Octal | 311 | 250 | 66 | 0 | 20 | 111 | 25 | 57 | 72 | 62 |
| Binary | 11001001 | 10101000 | 110110 | 0 | 10000 | 1001001 | 10101 | 101111 | 111010 | 110010 |
Color Harmonies of #C9A836
Complementary color
Monochromatic Colors of #C9A836
Black with #C9A836
Text Example
Text Example
White with #C9A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A836; }
p { color: rgb(201,168,54); }
H1.HeaderClassName
{
color: #C9A836;
}
.AnyTagClassName
{
color: #C9A836;
}
</style>
background-color css
<style>
a { background-color: #C9A836; }
a { background-color: rgb(201,168,54); }
div.DivClassName
{
background-color: #C9A836;
}
.BgClassName
{
background-color: #C9A836;
}
</style>
border-color css
<style>
span { border-color: #C9A836; }
span { border-color: rgb(201,168,54); }
td.TdClassName
{
border-color: #C9A836;
}
.TagClassName
{
border-color: #C9A836;
}
</style>