Shades of Old Gold #C6BA2F
Tints of Old Gold #C6BA2F
RGB
CMYK
RGB Variations
Color information
#C6BA2F (or 0xC6BA2F) is known color: Old Gold. HEX triplet: C6, BA and 2F. RGB value is (198,186,47). Sum of RGB (Red+Green+Blue) = 198+186+47=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA2F is #3945D0. Grayscale: #AEAEAE. Windows color (decimal): -3753425 or 3128006. OLE color: 3128006.
HSL color Cylindrical-coordinate representation of color #C6BA2F: hue angle of 55.23º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6BA2F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 47 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.22 |
| HSL | 55.23º | 0.62% | 0.48% | - |
| HSV(B) | 55.23º | 0.76% | 0.78% | - |
| XYZ | 41.36 | 47.33 | 9.64 | - |
| YUV | 173.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 47 | 0 | 0.06 | 0.76 | 0.22 | 55.23 | 0.62 | 0.48 |
| Hex | C6 | BA | 2F | 0 | 6 | 4C | 16 | 37 | 3E | 30 |
| Octal | 306 | 272 | 57 | 0 | 6 | 114 | 26 | 67 | 76 | 60 |
| Binary | 11000110 | 10111010 | 101111 | 0 | 110 | 1001100 | 10110 | 110111 | 111110 | 110000 |
Color Harmonies of #C6BA2F
Complementary color
Monochromatic Colors of #C6BA2F
Black with #C6BA2F
Text Example
Text Example
White with #C6BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA2F; }
p { color: rgb(198,186,47); }
H1.HeaderClassName
{
color: #C6BA2F;
}
.AnyTagClassName
{
color: #C6BA2F;
}
</style>
background-color css
<style>
a { background-color: #C6BA2F; }
a { background-color: rgb(198,186,47); }
div.DivClassName
{
background-color: #C6BA2F;
}
.BgClassName
{
background-color: #C6BA2F;
}
</style>
border-color css
<style>
span { border-color: #C6BA2F; }
span { border-color: rgb(198,186,47); }
td.TdClassName
{
border-color: #C6BA2F;
}
.TagClassName
{
border-color: #C6BA2F;
}
</style>