Shades of Metallic Gold #C7AA2D
Tints of Metallic Gold #C7AA2D
RGB
CMYK
RGB Variations
Color information
#C7AA2D (or 0xC7AA2D) is known color: Metallic Gold. HEX triplet: C7, AA and 2D. RGB value is (199,170,45). Sum of RGB (Red+Green+Blue) = 199+170+45=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA2D is #3855D2. Grayscale: #A4A4A4. Windows color (decimal): -3691987 or 2992839. OLE color: 2992839.
HSL color Cylindrical-coordinate representation of color #C7AA2D: hue angle of 48.7º 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 #C7AA2D is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 170 | 45 | - |
CMYK | 0 | 0.15 | 0.77 | 0.22 |
HSL | 48.7º | 0.63% | 0.48% | - |
HSV(B) | 48.7º | 0.77% | 0.78% | - |
XYZ | 38.4 | 41.08 | 8.39 | - |
YUV | 164.42 | 60.61 | 152.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 170 | 45 | 0 | 0.15 | 0.77 | 0.22 | 48.7 | 0.63 | 0.48 |
Hex | C7 | AA | 2D | 0 | F | 4D | 16 | 31 | 3F | 30 |
Octal | 307 | 252 | 55 | 0 | 17 | 115 | 26 | 61 | 77 | 60 |
Binary | 11000111 | 10101010 | 101101 | 0 | 1111 | 1001101 | 10110 | 110001 | 111111 | 110000 |
Color Harmonies of #C7AA2D
Complementary color
Monochromatic Colors of #C7AA2D
Black with #C7AA2D
Text Example
Text Example
White with #C7AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA2D; }
p { color: rgb(199,170,45); }
H1.HeaderClassName
{
color: #C7AA2D;
}
.AnyTagClassName
{
color: #C7AA2D;
}
</style>
background-color css
<style>
a { background-color: #C7AA2D; }
a { background-color: rgb(199,170,45); }
div.DivClassName
{
background-color: #C7AA2D;
}
.BgClassName
{
background-color: #C7AA2D;
}
</style>
border-color css
<style>
span { border-color: #C7AA2D; }
span { border-color: rgb(199,170,45); }
td.TdClassName
{
border-color: #C7AA2D;
}
.TagClassName
{
border-color: #C7AA2D;
}
</style>