Shades of Metallic Gold #C9AA35
Tints of Metallic Gold #C9AA35
RGB
CMYK
RGB Variations
Color information
#C9AA35 (or 0xC9AA35) is known color: Metallic Gold. HEX triplet: C9, AA and 35. RGB value is (201,170,53). Sum of RGB (Red+Green+Blue) = 201+170+53=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA35 is #3655CA. Grayscale: #A6A6A6. Windows color (decimal): -3560907 or 3517129. OLE color: 3517129.
HSL color Cylindrical-coordinate representation of color #C9AA35: hue angle of 47.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9AA35 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 170 | 53 | - |
CMYK | 0 | 0.15 | 0.74 | 0.21 |
HSL | 47.43º | 0.58% | 0.5% | - |
HSV(B) | 47.43º | 0.74% | 0.79% | - |
XYZ | 39.1 | 41.42 | 9.3 | - |
YUV | 165.93 | 64.27 | 153.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 170 | 53 | 0 | 0.15 | 0.74 | 0.21 | 47.43 | 0.58 | 0.5 |
Hex | C9 | AA | 35 | 0 | F | 4A | 15 | 2F | 3A | 32 |
Octal | 311 | 252 | 65 | 0 | 17 | 112 | 25 | 57 | 72 | 62 |
Binary | 11001001 | 10101010 | 110101 | 0 | 1111 | 1001010 | 10101 | 101111 | 111010 | 110010 |
Color Harmonies of #C9AA35
Complementary color
Monochromatic Colors of #C9AA35
Black with #C9AA35
Text Example
Text Example
White with #C9AA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA35; }
p { color: rgb(201,170,53); }
H1.HeaderClassName
{
color: #C9AA35;
}
.AnyTagClassName
{
color: #C9AA35;
}
</style>
background-color css
<style>
a { background-color: #C9AA35; }
a { background-color: rgb(201,170,53); }
div.DivClassName
{
background-color: #C9AA35;
}
.BgClassName
{
background-color: #C9AA35;
}
</style>
border-color css
<style>
span { border-color: #C9AA35; }
span { border-color: rgb(201,170,53); }
td.TdClassName
{
border-color: #C9AA35;
}
.TagClassName
{
border-color: #C9AA35;
}
</style>