Shades of Old Gold #C7AF40
Tints of Old Gold #C7AF40
RGB
CMYK
RGB Variations
Color information
#C7AF40 (or 0xC7AF40) is known color: Old Gold. HEX triplet: C7, AF and 40. RGB value is (199,175,64). Sum of RGB (Red+Green+Blue) = 199+175+64=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF40 is #3850BF. Grayscale: #A9A9A9. Windows color (decimal): -3690688 or 4239303. OLE color: 4239303.
HSL color Cylindrical-coordinate representation of color #C7AF40: hue angle of 49.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7AF40 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 64 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.22 |
| HSL | 49.33º | 0.55% | 0.52% | - |
| HSV(B) | 49.33º | 0.68% | 0.78% | - |
| XYZ | 39.81 | 43.17 | 11.09 | - |
| YUV | 169.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 64 | 0 | 0.12 | 0.68 | 0.22 | 49.33 | 0.55 | 0.52 |
| Hex | C7 | AF | 40 | 0 | C | 44 | 16 | 31 | 37 | 34 |
| Octal | 307 | 257 | 100 | 0 | 14 | 104 | 26 | 61 | 67 | 64 |
| Binary | 11000111 | 10101111 | 1000000 | 0 | 1100 | 1000100 | 10110 | 110001 | 110111 | 110100 |
Color Harmonies of #C7AF40
Complementary color
Monochromatic Colors of #C7AF40
Black with #C7AF40
Text Example
Text Example
White with #C7AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF40; }
p { color: rgb(199,175,64); }
H1.HeaderClassName
{
color: #C7AF40;
}
.AnyTagClassName
{
color: #C7AF40;
}
</style>
background-color css
<style>
a { background-color: #C7AF40; }
a { background-color: rgb(199,175,64); }
div.DivClassName
{
background-color: #C7AF40;
}
.BgClassName
{
background-color: #C7AF40;
}
</style>
border-color css
<style>
span { border-color: #C7AF40; }
span { border-color: rgb(199,175,64); }
td.TdClassName
{
border-color: #C7AF40;
}
.TagClassName
{
border-color: #C7AF40;
}
</style>