Shades of Metallic Gold #C7A42D
Tints of Metallic Gold #C7A42D
RGB
CMYK
RGB Variations
Color information
#C7A42D (or 0xC7A42D) is known color: Metallic Gold. HEX triplet: C7, A4 and 2D. RGB value is (199,164,45). Sum of RGB (Red+Green+Blue) = 199+164+45=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A42D is #385BD2. Grayscale: #A1A1A1. Windows color (decimal): -3693523 or 2991303. OLE color: 2991303.
HSL color Cylindrical-coordinate representation of color #C7A42D: hue angle of 46.36º 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 #C7A42D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.22 |
| HSL | 46.36º | 0.63% | 0.48% | - |
| HSV(B) | 46.36º | 0.77% | 0.78% | - |
| XYZ | 37.3 | 38.88 | 8.02 | - |
| YUV | 160.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 45 | 0 | 0.18 | 0.77 | 0.22 | 46.36 | 0.63 | 0.48 |
| Hex | C7 | A4 | 2D | 0 | 12 | 4D | 16 | 2E | 3F | 30 |
| Octal | 307 | 244 | 55 | 0 | 22 | 115 | 26 | 56 | 77 | 60 |
| Binary | 11000111 | 10100100 | 101101 | 0 | 10010 | 1001101 | 10110 | 101110 | 111111 | 110000 |
Color Harmonies of #C7A42D
Complementary color
Monochromatic Colors of #C7A42D
Black with #C7A42D
Text Example
Text Example
White with #C7A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A42D; }
p { color: rgb(199,164,45); }
H1.HeaderClassName
{
color: #C7A42D;
}
.AnyTagClassName
{
color: #C7A42D;
}
</style>
background-color css
<style>
a { background-color: #C7A42D; }
a { background-color: rgb(199,164,45); }
div.DivClassName
{
background-color: #C7A42D;
}
.BgClassName
{
background-color: #C7A42D;
}
</style>
border-color css
<style>
span { border-color: #C7A42D; }
span { border-color: rgb(199,164,45); }
td.TdClassName
{
border-color: #C7A42D;
}
.TagClassName
{
border-color: #C7A42D;
}
</style>