Shades of Metallic Gold #C9AA37
Tints of Metallic Gold #C9AA37
RGB
CMYK
RGB Variations
Color information
#C9AA37 (or 0xC9AA37) is known color: Metallic Gold. HEX triplet: C9, AA and 37. RGB value is (201,170,55). Sum of RGB (Red+Green+Blue) = 201+170+55=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA37 is #3655C8. Grayscale: #A6A6A6. Windows color (decimal): -3560905 or 3648201. OLE color: 3648201.
HSL color Cylindrical-coordinate representation of color #C9AA37: hue angle of 47.26º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9AA37 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 55 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.21 |
| HSL | 47.26º | 0.57% | 0.5% | - |
| HSV(B) | 47.26º | 0.73% | 0.79% | - |
| XYZ | 39.15 | 41.44 | 9.55 | - |
| YUV | 166.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 55 | 0 | 0.15 | 0.73 | 0.21 | 47.26 | 0.57 | 0.5 |
| Hex | C9 | AA | 37 | 0 | F | 49 | 15 | 2F | 39 | 32 |
| Octal | 311 | 252 | 67 | 0 | 17 | 111 | 25 | 57 | 71 | 62 |
| Binary | 11001001 | 10101010 | 110111 | 0 | 1111 | 1001001 | 10101 | 101111 | 111001 | 110010 |
Color Harmonies of #C9AA37
Complementary color
Monochromatic Colors of #C9AA37
Black with #C9AA37
Text Example
Text Example
White with #C9AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA37; }
p { color: rgb(201,170,55); }
H1.HeaderClassName
{
color: #C9AA37;
}
.AnyTagClassName
{
color: #C9AA37;
}
</style>
background-color css
<style>
a { background-color: #C9AA37; }
a { background-color: rgb(201,170,55); }
div.DivClassName
{
background-color: #C9AA37;
}
.BgClassName
{
background-color: #C9AA37;
}
</style>
border-color css
<style>
span { border-color: #C9AA37; }
span { border-color: rgb(201,170,55); }
td.TdClassName
{
border-color: #C9AA37;
}
.TagClassName
{
border-color: #C9AA37;
}
</style>