Shades of Metallic Gold #C9A83E
Tints of Metallic Gold #C9A83E
RGB
CMYK
RGB Variations
Color information
#C9A83E (or 0xC9A83E) is known color: Metallic Gold. HEX triplet: C9, A8 and 3E. RGB value is (201,168,62). Sum of RGB (Red+Green+Blue) = 201+168+62=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A83E is #3657C1. Grayscale: #A6A6A6. Windows color (decimal): -3561410 or 4106441. OLE color: 4106441.
HSL color Cylindrical-coordinate representation of color #C9A83E: hue angle of 45.76º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9A83E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 62 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.21 |
| HSL | 45.76º | 0.56% | 0.52% | - |
| HSV(B) | 45.76º | 0.69% | 0.79% | - |
| XYZ | 38.96 | 40.77 | 10.37 | - |
| YUV | 165.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 62 | 0 | 0.16 | 0.69 | 0.21 | 45.76 | 0.56 | 0.52 |
| Hex | C9 | A8 | 3E | 0 | 10 | 45 | 15 | 2E | 38 | 34 |
| Octal | 311 | 250 | 76 | 0 | 20 | 105 | 25 | 56 | 70 | 64 |
| Binary | 11001001 | 10101000 | 111110 | 0 | 10000 | 1000101 | 10101 | 101110 | 111000 | 110100 |
Color Harmonies of #C9A83E
Complementary color
Monochromatic Colors of #C9A83E
Black with #C9A83E
Text Example
Text Example
White with #C9A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A83E; }
p { color: rgb(201,168,62); }
H1.HeaderClassName
{
color: #C9A83E;
}
.AnyTagClassName
{
color: #C9A83E;
}
</style>
background-color css
<style>
a { background-color: #C9A83E; }
a { background-color: rgb(201,168,62); }
div.DivClassName
{
background-color: #C9A83E;
}
.BgClassName
{
background-color: #C9A83E;
}
</style>
border-color css
<style>
span { border-color: #C9A83E; }
span { border-color: rgb(201,168,62); }
td.TdClassName
{
border-color: #C9A83E;
}
.TagClassName
{
border-color: #C9A83E;
}
</style>