Shades of Old Gold #C7BA40
Tints of Old Gold #C7BA40
RGB
CMYK
RGB Variations
Color information
#C7BA40 (or 0xC7BA40) is known color: Old Gold. HEX triplet: C7, BA and 40. RGB value is (199,186,64). Sum of RGB (Red+Green+Blue) = 199+186+64=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA40 is #3845BF. Grayscale: #B0B0B0. Windows color (decimal): -3687872 or 4242119. OLE color: 4242119.
HSL color Cylindrical-coordinate representation of color #C7BA40: hue angle of 54.22º 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 #C7BA40 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 64 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.22 |
| HSL | 54.22º | 0.55% | 0.52% | - |
| HSV(B) | 54.22º | 0.68% | 0.78% | - |
| XYZ | 42.04 | 47.63 | 11.83 | - |
| YUV | 175.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 64 | 0 | 0.07 | 0.68 | 0.22 | 54.22 | 0.55 | 0.52 |
| Hex | C7 | BA | 40 | 0 | 7 | 44 | 16 | 36 | 37 | 34 |
| Octal | 307 | 272 | 100 | 0 | 7 | 104 | 26 | 66 | 67 | 64 |
| Binary | 11000111 | 10111010 | 1000000 | 0 | 111 | 1000100 | 10110 | 110110 | 110111 | 110100 |
Color Harmonies of #C7BA40
Complementary color
Monochromatic Colors of #C7BA40
Black with #C7BA40
Text Example
Text Example
White with #C7BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA40; }
p { color: rgb(199,186,64); }
H1.HeaderClassName
{
color: #C7BA40;
}
.AnyTagClassName
{
color: #C7BA40;
}
</style>
background-color css
<style>
a { background-color: #C7BA40; }
a { background-color: rgb(199,186,64); }
div.DivClassName
{
background-color: #C7BA40;
}
.BgClassName
{
background-color: #C7BA40;
}
</style>
border-color css
<style>
span { border-color: #C7BA40; }
span { border-color: rgb(199,186,64); }
td.TdClassName
{
border-color: #C7BA40;
}
.TagClassName
{
border-color: #C7BA40;
}
</style>