Shades of Old Gold #C6BA3F
Tints of Old Gold #C6BA3F
RGB
CMYK
RGB Variations
Color information
#C6BA3F (or 0xC6BA3F) is known color: Old Gold. HEX triplet: C6, BA and 3F. RGB value is (198,186,63). Sum of RGB (Red+Green+Blue) = 198+186+63=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA3F is #3945C0. Grayscale: #B0B0B0. Windows color (decimal): -3753409 or 4176582. OLE color: 4176582.
HSL color Cylindrical-coordinate representation of color #C6BA3F: hue angle of 54.67º degrees, saturation: 0.54, 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 #C6BA3F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 63 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.22 |
| HSL | 54.67º | 0.54% | 0.51% | - |
| HSV(B) | 54.67º | 0.68% | 0.78% | - |
| XYZ | 41.74 | 47.48 | 11.67 | - |
| YUV | 175.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 63 | 0 | 0.06 | 0.68 | 0.22 | 54.67 | 0.54 | 0.51 |
| Hex | C6 | BA | 3F | 0 | 6 | 44 | 16 | 37 | 36 | 33 |
| Octal | 306 | 272 | 77 | 0 | 6 | 104 | 26 | 67 | 66 | 63 |
| Binary | 11000110 | 10111010 | 111111 | 0 | 110 | 1000100 | 10110 | 110111 | 110110 | 110011 |
Color Harmonies of #C6BA3F
Complementary color
Monochromatic Colors of #C6BA3F
Black with #C6BA3F
Text Example
Text Example
White with #C6BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA3F; }
p { color: rgb(198,186,63); }
H1.HeaderClassName
{
color: #C6BA3F;
}
.AnyTagClassName
{
color: #C6BA3F;
}
</style>
background-color css
<style>
a { background-color: #C6BA3F; }
a { background-color: rgb(198,186,63); }
div.DivClassName
{
background-color: #C6BA3F;
}
.BgClassName
{
background-color: #C6BA3F;
}
</style>
border-color css
<style>
span { border-color: #C6BA3F; }
span { border-color: rgb(198,186,63); }
td.TdClassName
{
border-color: #C6BA3F;
}
.TagClassName
{
border-color: #C6BA3F;
}
</style>