Shades of Old Gold #C7AF3F
Tints of Old Gold #C7AF3F
RGB
CMYK
RGB Variations
Color information
#C7AF3F (or 0xC7AF3F) is known color: Old Gold. HEX triplet: C7, AF and 3F. RGB value is (199,175,63). Sum of RGB (Red+Green+Blue) = 199+175+63=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF3F is #3850C0. Grayscale: #A9A9A9. Windows color (decimal): -3690689 or 4173767. OLE color: 4173767.
HSL color Cylindrical-coordinate representation of color #C7AF3F: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7AF3F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 63 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.22 |
| HSL | 49.41º | 0.55% | 0.51% | - |
| HSV(B) | 49.41º | 0.68% | 0.78% | - |
| XYZ | 39.78 | 43.16 | 10.94 | - |
| YUV | 169.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 63 | 0 | 0.12 | 0.68 | 0.22 | 49.41 | 0.55 | 0.51 |
| Hex | C7 | AF | 3F | 0 | C | 44 | 16 | 31 | 37 | 33 |
| Octal | 307 | 257 | 77 | 0 | 14 | 104 | 26 | 61 | 67 | 63 |
| Binary | 11000111 | 10101111 | 111111 | 0 | 1100 | 1000100 | 10110 | 110001 | 110111 | 110011 |
Color Harmonies of #C7AF3F
Complementary color
Monochromatic Colors of #C7AF3F
Black with #C7AF3F
Text Example
Text Example
White with #C7AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF3F; }
p { color: rgb(199,175,63); }
H1.HeaderClassName
{
color: #C7AF3F;
}
.AnyTagClassName
{
color: #C7AF3F;
}
</style>
background-color css
<style>
a { background-color: #C7AF3F; }
a { background-color: rgb(199,175,63); }
div.DivClassName
{
background-color: #C7AF3F;
}
.BgClassName
{
background-color: #C7AF3F;
}
</style>
border-color css
<style>
span { border-color: #C7AF3F; }
span { border-color: rgb(199,175,63); }
td.TdClassName
{
border-color: #C7AF3F;
}
.TagClassName
{
border-color: #C7AF3F;
}
</style>