Shades of Old Gold #C7BA31
Tints of Old Gold #C7BA31
RGB
CMYK
RGB Variations
Color information
#C7BA31 (or 0xC7BA31) is known color: Old Gold. HEX triplet: C7, BA and 31. RGB value is (199,186,49). Sum of RGB (Red+Green+Blue) = 199+186+49=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA31 is #3845CE. Grayscale: #AEAEAE. Windows color (decimal): -3687887 or 3259079. OLE color: 3259079.
HSL color Cylindrical-coordinate representation of color #C7BA31: hue angle of 54.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7BA31 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 49 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.22 |
| HSL | 54.8º | 0.6% | 0.49% | - |
| HSV(B) | 54.8º | 0.75% | 0.78% | - |
| XYZ | 41.67 | 47.48 | 9.87 | - |
| YUV | 174.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 49 | 0 | 0.07 | 0.75 | 0.22 | 54.8 | 0.6 | 0.49 |
| Hex | C7 | BA | 31 | 0 | 7 | 4B | 16 | 37 | 3C | 31 |
| Octal | 307 | 272 | 61 | 0 | 7 | 113 | 26 | 67 | 74 | 61 |
| Binary | 11000111 | 10111010 | 110001 | 0 | 111 | 1001011 | 10110 | 110111 | 111100 | 110001 |
Color Harmonies of #C7BA31
Complementary color
Monochromatic Colors of #C7BA31
Black with #C7BA31
Text Example
Text Example
White with #C7BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA31; }
p { color: rgb(199,186,49); }
H1.HeaderClassName
{
color: #C7BA31;
}
.AnyTagClassName
{
color: #C7BA31;
}
</style>
background-color css
<style>
a { background-color: #C7BA31; }
a { background-color: rgb(199,186,49); }
div.DivClassName
{
background-color: #C7BA31;
}
.BgClassName
{
background-color: #C7BA31;
}
</style>
border-color css
<style>
span { border-color: #C7BA31; }
span { border-color: rgb(199,186,49); }
td.TdClassName
{
border-color: #C7BA31;
}
.TagClassName
{
border-color: #C7BA31;
}
</style>