Shades of Old Gold #C6BA2D
Tints of Old Gold #C6BA2D
RGB
CMYK
RGB Variations
Color information
#C6BA2D (or 0xC6BA2D) is known color: Old Gold. HEX triplet: C6, BA and 2D. RGB value is (198,186,45). Sum of RGB (Red+Green+Blue) = 198+186+45=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA2D is #3945D2. Grayscale: #AEAEAE. Windows color (decimal): -3753427 or 2996934. OLE color: 2996934.
HSL color Cylindrical-coordinate representation of color #C6BA2D: hue angle of 55.29º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6BA2D is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 45 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.22 |
| HSL | 55.29º | 0.63% | 0.48% | - |
| HSV(B) | 55.29º | 0.77% | 0.78% | - |
| XYZ | 41.32 | 47.31 | 9.44 | - |
| YUV | 173.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 45 | 0 | 0.06 | 0.77 | 0.22 | 55.29 | 0.63 | 0.48 |
| Hex | C6 | BA | 2D | 0 | 6 | 4D | 16 | 37 | 3F | 30 |
| Octal | 306 | 272 | 55 | 0 | 6 | 115 | 26 | 67 | 77 | 60 |
| Binary | 11000110 | 10111010 | 101101 | 0 | 110 | 1001101 | 10110 | 110111 | 111111 | 110000 |
Color Harmonies of #C6BA2D
Complementary color
Monochromatic Colors of #C6BA2D
Black with #C6BA2D
Text Example
Text Example
White with #C6BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA2D; }
p { color: rgb(198,186,45); }
H1.HeaderClassName
{
color: #C6BA2D;
}
.AnyTagClassName
{
color: #C6BA2D;
}
</style>
background-color css
<style>
a { background-color: #C6BA2D; }
a { background-color: rgb(198,186,45); }
div.DivClassName
{
background-color: #C6BA2D;
}
.BgClassName
{
background-color: #C6BA2D;
}
</style>
border-color css
<style>
span { border-color: #C6BA2D; }
span { border-color: rgb(198,186,45); }
td.TdClassName
{
border-color: #C6BA2D;
}
.TagClassName
{
border-color: #C6BA2D;
}
</style>