Shades of Metallic Gold #C9A73D
Tints of Metallic Gold #C9A73D
RGB
CMYK
RGB Variations
Color information
#C9A73D (or 0xC9A73D) is known color: Metallic Gold. HEX triplet: C9, A7 and 3D. RGB value is (201,167,61). Sum of RGB (Red+Green+Blue) = 201+167+61=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A73D is #3658C2. Grayscale: #A5A5A5. Windows color (decimal): -3561667 or 4040649. OLE color: 4040649.
HSL color Cylindrical-coordinate representation of color #C9A73D: hue angle of 45.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A73D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 61 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.21 |
| HSL | 45.43º | 0.56% | 0.51% | - |
| HSV(B) | 45.43º | 0.7% | 0.79% | - |
| XYZ | 38.75 | 40.39 | 10.17 | - |
| YUV | 165.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 61 | 0 | 0.17 | 0.70 | 0.21 | 45.43 | 0.56 | 0.51 |
| Hex | C9 | A7 | 3D | 0 | 11 | 46 | 15 | 2D | 38 | 33 |
| Octal | 311 | 247 | 75 | 0 | 21 | 106 | 25 | 55 | 70 | 63 |
| Binary | 11001001 | 10100111 | 111101 | 0 | 10001 | 1000110 | 10101 | 101101 | 111000 | 110011 |
Color Harmonies of #C9A73D
Complementary color
Monochromatic Colors of #C9A73D
Black with #C9A73D
Text Example
Text Example
White with #C9A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A73D; }
p { color: rgb(201,167,61); }
H1.HeaderClassName
{
color: #C9A73D;
}
.AnyTagClassName
{
color: #C9A73D;
}
</style>
background-color css
<style>
a { background-color: #C9A73D; }
a { background-color: rgb(201,167,61); }
div.DivClassName
{
background-color: #C9A73D;
}
.BgClassName
{
background-color: #C9A73D;
}
</style>
border-color css
<style>
span { border-color: #C9A73D; }
span { border-color: rgb(201,167,61); }
td.TdClassName
{
border-color: #C9A73D;
}
.TagClassName
{
border-color: #C9A73D;
}
</style>