Shades of Metallic Gold #C9A63A
Tints of Metallic Gold #C9A63A
RGB
CMYK
RGB Variations
Color information
#C9A63A (or 0xC9A63A) is known color: Metallic Gold. HEX triplet: C9, A6 and 3A. RGB value is (201,166,58). Sum of RGB (Red+Green+Blue) = 201+166+58=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A63A is #3659C5. Grayscale: #A4A4A4. Windows color (decimal): -3561926 or 3843785. OLE color: 3843785.
HSL color Cylindrical-coordinate representation of color #C9A63A: hue angle of 45.31º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9A63A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 58 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.21 |
| HSL | 45.31º | 0.57% | 0.51% | - |
| HSV(B) | 45.31º | 0.71% | 0.79% | - |
| XYZ | 38.49 | 40 | 9.69 | - |
| YUV | 164.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 58 | 0 | 0.17 | 0.71 | 0.21 | 45.31 | 0.57 | 0.51 |
| Hex | C9 | A6 | 3A | 0 | 11 | 47 | 15 | 2D | 39 | 33 |
| Octal | 311 | 246 | 72 | 0 | 21 | 107 | 25 | 55 | 71 | 63 |
| Binary | 11001001 | 10100110 | 111010 | 0 | 10001 | 1000111 | 10101 | 101101 | 111001 | 110011 |
Color Harmonies of #C9A63A
Complementary color
Monochromatic Colors of #C9A63A
Black with #C9A63A
Text Example
Text Example
White with #C9A63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A63A; }
p { color: rgb(201,166,58); }
H1.HeaderClassName
{
color: #C9A63A;
}
.AnyTagClassName
{
color: #C9A63A;
}
</style>
background-color css
<style>
a { background-color: #C9A63A; }
a { background-color: rgb(201,166,58); }
div.DivClassName
{
background-color: #C9A63A;
}
.BgClassName
{
background-color: #C9A63A;
}
</style>
border-color css
<style>
span { border-color: #C9A63A; }
span { border-color: rgb(201,166,58); }
td.TdClassName
{
border-color: #C9A63A;
}
.TagClassName
{
border-color: #C9A63A;
}
</style>