Shades of Metallic Gold #C7AD2E
Tints of Metallic Gold #C7AD2E
RGB
CMYK
RGB Variations
Color information
#C7AD2E (or 0xC7AD2E) is known color: Metallic Gold. HEX triplet: C7, AD and 2E. RGB value is (199,173,46). Sum of RGB (Red+Green+Blue) = 199+173+46=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD2E is #3852D1. Grayscale: #A6A6A6. Windows color (decimal): -3691218 or 3059143. OLE color: 3059143.
HSL color Cylindrical-coordinate representation of color #C7AD2E: hue angle of 49.8º degrees, saturation: 0.62, 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 #C7AD2E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 46 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.22 |
| HSL | 49.8º | 0.62% | 0.48% | - |
| HSV(B) | 49.8º | 0.77% | 0.78% | - |
| XYZ | 38.99 | 42.23 | 8.68 | - |
| YUV | 166.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 46 | 0 | 0.13 | 0.77 | 0.22 | 49.8 | 0.62 | 0.48 |
| Hex | C7 | AD | 2E | 0 | D | 4D | 16 | 32 | 3E | 30 |
| Octal | 307 | 255 | 56 | 0 | 15 | 115 | 26 | 62 | 76 | 60 |
| Binary | 11000111 | 10101101 | 101110 | 0 | 1101 | 1001101 | 10110 | 110010 | 111110 | 110000 |
Color Harmonies of #C7AD2E
Complementary color
Monochromatic Colors of #C7AD2E
Black with #C7AD2E
Text Example
Text Example
White with #C7AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD2E; }
p { color: rgb(199,173,46); }
H1.HeaderClassName
{
color: #C7AD2E;
}
.AnyTagClassName
{
color: #C7AD2E;
}
</style>
background-color css
<style>
a { background-color: #C7AD2E; }
a { background-color: rgb(199,173,46); }
div.DivClassName
{
background-color: #C7AD2E;
}
.BgClassName
{
background-color: #C7AD2E;
}
</style>
border-color css
<style>
span { border-color: #C7AD2E; }
span { border-color: rgb(199,173,46); }
td.TdClassName
{
border-color: #C7AD2E;
}
.TagClassName
{
border-color: #C7AD2E;
}
</style>