Shades of Metallic Gold #C9A83A
Tints of Metallic Gold #C9A83A
RGB
CMYK
RGB Variations
Color information
#C9A83A (or 0xC9A83A) is known color: Metallic Gold. HEX triplet: C9, A8 and 3A. RGB value is (201,168,58). Sum of RGB (Red+Green+Blue) = 201+168+58=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A83A is #3657C5. Grayscale: #A5A5A5. Windows color (decimal): -3561414 or 3844297. OLE color: 3844297.
HSL color Cylindrical-coordinate representation of color #C9A83A: hue angle of 46.15º 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 #C9A83A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 58 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.21 |
| HSL | 46.15º | 0.57% | 0.51% | - |
| HSV(B) | 46.15º | 0.71% | 0.79% | - |
| XYZ | 38.85 | 40.73 | 9.82 | - |
| YUV | 165.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 58 | 0 | 0.16 | 0.71 | 0.21 | 46.15 | 0.57 | 0.51 |
| Hex | C9 | A8 | 3A | 0 | 10 | 47 | 15 | 2E | 39 | 33 |
| Octal | 311 | 250 | 72 | 0 | 20 | 107 | 25 | 56 | 71 | 63 |
| Binary | 11001001 | 10101000 | 111010 | 0 | 10000 | 1000111 | 10101 | 101110 | 111001 | 110011 |
Color Harmonies of #C9A83A
Complementary color
Monochromatic Colors of #C9A83A
Black with #C9A83A
Text Example
Text Example
White with #C9A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A83A; }
p { color: rgb(201,168,58); }
H1.HeaderClassName
{
color: #C9A83A;
}
.AnyTagClassName
{
color: #C9A83A;
}
</style>
background-color css
<style>
a { background-color: #C9A83A; }
a { background-color: rgb(201,168,58); }
div.DivClassName
{
background-color: #C9A83A;
}
.BgClassName
{
background-color: #C9A83A;
}
</style>
border-color css
<style>
span { border-color: #C9A83A; }
span { border-color: rgb(201,168,58); }
td.TdClassName
{
border-color: #C9A83A;
}
.TagClassName
{
border-color: #C9A83A;
}
</style>