Shades of Old Gold #C7B940
Tints of Old Gold #C7B940
RGB
CMYK
RGB Variations
Color information
#C7B940 (or 0xC7B940) is known color: Old Gold. HEX triplet: C7, B9 and 40. RGB value is (199,185,64). Sum of RGB (Red+Green+Blue) = 199+185+64=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B940 is #3846BF. Grayscale: #AFAFAF. Windows color (decimal): -3688128 or 4241863. OLE color: 4241863.
HSL color Cylindrical-coordinate representation of color #C7B940: hue angle of 53.78º 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 #C7B940 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 64 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.22 |
| HSL | 53.78º | 0.55% | 0.52% | - |
| HSV(B) | 53.78º | 0.68% | 0.78% | - |
| XYZ | 41.83 | 47.21 | 11.76 | - |
| YUV | 175.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 64 | 0 | 0.07 | 0.68 | 0.22 | 53.78 | 0.55 | 0.52 |
| Hex | C7 | B9 | 40 | 0 | 7 | 44 | 16 | 36 | 37 | 34 |
| Octal | 307 | 271 | 100 | 0 | 7 | 104 | 26 | 66 | 67 | 64 |
| Binary | 11000111 | 10111001 | 1000000 | 0 | 111 | 1000100 | 10110 | 110110 | 110111 | 110100 |
Color Harmonies of #C7B940
Complementary color
Monochromatic Colors of #C7B940
Black with #C7B940
Text Example
Text Example
White with #C7B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B940; }
p { color: rgb(199,185,64); }
H1.HeaderClassName
{
color: #C7B940;
}
.AnyTagClassName
{
color: #C7B940;
}
</style>
background-color css
<style>
a { background-color: #C7B940; }
a { background-color: rgb(199,185,64); }
div.DivClassName
{
background-color: #C7B940;
}
.BgClassName
{
background-color: #C7B940;
}
</style>
border-color css
<style>
span { border-color: #C7B940; }
span { border-color: rgb(199,185,64); }
td.TdClassName
{
border-color: #C7B940;
}
.TagClassName
{
border-color: #C7B940;
}
</style>