Shades of Metallic Gold #C9A834
Tints of Metallic Gold #C9A834
RGB
CMYK
RGB Variations
Color information
#C9A834 (or 0xC9A834) is known color: Metallic Gold. HEX triplet: C9, A8 and 34. RGB value is (201,168,52). Sum of RGB (Red+Green+Blue) = 201+168+52=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A834 is #3657CB. Grayscale: #A5A5A5. Windows color (decimal): -3561420 or 3451081. OLE color: 3451081.
HSL color Cylindrical-coordinate representation of color #C9A834: hue angle of 46.71º degrees, saturation: 0.59, 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 #C9A834 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 52 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.21 |
| HSL | 46.71º | 0.59% | 0.5% | - |
| HSV(B) | 46.71º | 0.74% | 0.79% | - |
| XYZ | 38.71 | 40.67 | 9.06 | - |
| YUV | 164.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 52 | 0 | 0.16 | 0.74 | 0.21 | 46.71 | 0.59 | 0.5 |
| Hex | C9 | A8 | 34 | 0 | 10 | 4A | 15 | 2F | 3B | 32 |
| Octal | 311 | 250 | 64 | 0 | 20 | 112 | 25 | 57 | 73 | 62 |
| Binary | 11001001 | 10101000 | 110100 | 0 | 10000 | 1001010 | 10101 | 101111 | 111011 | 110010 |
Color Harmonies of #C9A834
Complementary color
Monochromatic Colors of #C9A834
Black with #C9A834
Text Example
Text Example
White with #C9A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A834; }
p { color: rgb(201,168,52); }
H1.HeaderClassName
{
color: #C9A834;
}
.AnyTagClassName
{
color: #C9A834;
}
</style>
background-color css
<style>
a { background-color: #C9A834; }
a { background-color: rgb(201,168,52); }
div.DivClassName
{
background-color: #C9A834;
}
.BgClassName
{
background-color: #C9A834;
}
</style>
border-color css
<style>
span { border-color: #C9A834; }
span { border-color: rgb(201,168,52); }
td.TdClassName
{
border-color: #C9A834;
}
.TagClassName
{
border-color: #C9A834;
}
</style>