Shades of Metallic Gold #C6AA2D
Tints of Metallic Gold #C6AA2D
RGB
CMYK
RGB Variations
Color information
#C6AA2D (or 0xC6AA2D) is known color: Metallic Gold. HEX triplet: C6, AA and 2D. RGB value is (198,170,45). Sum of RGB (Red+Green+Blue) = 198+170+45=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA2D is #3955D2. Grayscale: #A4A4A4. Windows color (decimal): -3757523 or 2992838. OLE color: 2992838.
HSL color Cylindrical-coordinate representation of color #C6AA2D: hue angle of 49.02º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6AA2D is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 45 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.22 |
| HSL | 49.02º | 0.63% | 0.48% | - |
| HSV(B) | 49.02º | 0.77% | 0.78% | - |
| XYZ | 38.14 | 40.94 | 8.38 | - |
| YUV | 164.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 45 | 0 | 0.14 | 0.77 | 0.22 | 49.02 | 0.63 | 0.48 |
| Hex | C6 | AA | 2D | 0 | E | 4D | 16 | 31 | 3F | 30 |
| Octal | 306 | 252 | 55 | 0 | 16 | 115 | 26 | 61 | 77 | 60 |
| Binary | 11000110 | 10101010 | 101101 | 0 | 1110 | 1001101 | 10110 | 110001 | 111111 | 110000 |
Color Harmonies of #C6AA2D
Complementary color
Monochromatic Colors of #C6AA2D
Black with #C6AA2D
Text Example
Text Example
White with #C6AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA2D; }
p { color: rgb(198,170,45); }
H1.HeaderClassName
{
color: #C6AA2D;
}
.AnyTagClassName
{
color: #C6AA2D;
}
</style>
background-color css
<style>
a { background-color: #C6AA2D; }
a { background-color: rgb(198,170,45); }
div.DivClassName
{
background-color: #C6AA2D;
}
.BgClassName
{
background-color: #C6AA2D;
}
</style>
border-color css
<style>
span { border-color: #C6AA2D; }
span { border-color: rgb(198,170,45); }
td.TdClassName
{
border-color: #C6AA2D;
}
.TagClassName
{
border-color: #C6AA2D;
}
</style>