Shades of Metallic Gold #C9A535
Tints of Metallic Gold #C9A535
RGB
CMYK
RGB Variations
Color information
#C9A535 (or 0xC9A535) is known color: Metallic Gold. HEX triplet: C9, A5 and 35. RGB value is (201,165,53). Sum of RGB (Red+Green+Blue) = 201+165+53=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A535 is #365ACA. Grayscale: #A3A3A3. Windows color (decimal): -3562187 or 3515849. OLE color: 3515849.
HSL color Cylindrical-coordinate representation of color #C9A535: hue angle of 45.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9A535 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 53 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.21 |
| HSL | 45.41º | 0.58% | 0.5% | - |
| HSV(B) | 45.41º | 0.74% | 0.79% | - |
| XYZ | 38.19 | 39.58 | 9 | - |
| YUV | 163 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 53 | 0 | 0.18 | 0.74 | 0.21 | 45.41 | 0.58 | 0.5 |
| Hex | C9 | A5 | 35 | 0 | 12 | 4A | 15 | 2D | 3A | 32 |
| Octal | 311 | 245 | 65 | 0 | 22 | 112 | 25 | 55 | 72 | 62 |
| Binary | 11001001 | 10100101 | 110101 | 0 | 10010 | 1001010 | 10101 | 101101 | 111010 | 110010 |
Color Harmonies of #C9A535
Complementary color
Monochromatic Colors of #C9A535
Black with #C9A535
Text Example
Text Example
White with #C9A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A535; }
p { color: rgb(201,165,53); }
H1.HeaderClassName
{
color: #C9A535;
}
.AnyTagClassName
{
color: #C9A535;
}
</style>
background-color css
<style>
a { background-color: #C9A535; }
a { background-color: rgb(201,165,53); }
div.DivClassName
{
background-color: #C9A535;
}
.BgClassName
{
background-color: #C9A535;
}
</style>
border-color css
<style>
span { border-color: #C9A535; }
span { border-color: rgb(201,165,53); }
td.TdClassName
{
border-color: #C9A535;
}
.TagClassName
{
border-color: #C9A535;
}
</style>