Shades of Metallic Gold #C9AD32
Tints of Metallic Gold #C9AD32
RGB
CMYK
RGB Variations
Color information
#C9AD32 (or 0xC9AD32) is known color: Metallic Gold. HEX triplet: C9, AD and 32. RGB value is (201,173,50). Sum of RGB (Red+Green+Blue) = 201+173+50=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD32 is #3652CD. Grayscale: #A7A7A7. Windows color (decimal): -3560142 or 3321289. OLE color: 3321289.
HSL color Cylindrical-coordinate representation of color #C9AD32: hue angle of 48.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9AD32 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 50 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.21 |
| HSL | 48.87º | 0.6% | 0.49% | - |
| HSV(B) | 48.87º | 0.75% | 0.79% | - |
| XYZ | 39.61 | 42.53 | 9.14 | - |
| YUV | 167.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 50 | 0 | 0.14 | 0.75 | 0.21 | 48.87 | 0.6 | 0.49 |
| Hex | C9 | AD | 32 | 0 | E | 4B | 15 | 31 | 3C | 31 |
| Octal | 311 | 255 | 62 | 0 | 16 | 113 | 25 | 61 | 74 | 61 |
| Binary | 11001001 | 10101101 | 110010 | 0 | 1110 | 1001011 | 10101 | 110001 | 111100 | 110001 |
Color Harmonies of #C9AD32
Complementary color
Monochromatic Colors of #C9AD32
Black with #C9AD32
Text Example
Text Example
White with #C9AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD32; }
p { color: rgb(201,173,50); }
H1.HeaderClassName
{
color: #C9AD32;
}
.AnyTagClassName
{
color: #C9AD32;
}
</style>
background-color css
<style>
a { background-color: #C9AD32; }
a { background-color: rgb(201,173,50); }
div.DivClassName
{
background-color: #C9AD32;
}
.BgClassName
{
background-color: #C9AD32;
}
</style>
border-color css
<style>
span { border-color: #C9AD32; }
span { border-color: rgb(201,173,50); }
td.TdClassName
{
border-color: #C9AD32;
}
.TagClassName
{
border-color: #C9AD32;
}
</style>